xserver: Branch 'master'

Kristian Høgsberg krh at kemper.freedesktop.org
Fri Oct 26 07:58:07 PDT 2007


 render/glyph.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0e749ceab421d72b48e18292c5ca0e337baf5ce8
Author: Bernardo Innocenti <bernie at codewiz.org>
Date:   Sat Oct 20 20:31:57 2007 -0400

    Include stddef.h for size_t.
    
    This is required by a buggy version of the openssl/sha.h header
    which is distributed with Fedora 7.

diff --git a/render/glyph.c b/render/glyph.c
index 5cd7992..78b49b9 100644
--- a/render/glyph.c
+++ b/render/glyph.c
@@ -26,6 +26,7 @@
 #include <dix-config.h>
 #endif
 
+#include <stddef.h>  /* buggy openssl/sha.h wants size_t */
 #include <openssl/sha.h>
 
 #include "misc.h"


More information about the xorg-commit mailing list