From 0e749ceab421d72b48e18292c5ca0e337baf5ce8 Mon Sep 17 00:00:00 2001 From: Bernardo Innocenti Date: Sat, 20 Oct 2007 20:31:57 -0400 Subject: [PATCH] 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. --- render/glyph.c | 1 + 1 file changed, 1 insertion(+) diff --git a/render/glyph.c b/render/glyph.c index 5cd799226..78b49b9c6 100644 --- a/render/glyph.c +++ b/render/glyph.c @@ -26,6 +26,7 @@ #include #endif +#include /* buggy openssl/sha.h wants size_t */ #include #include "misc.h"