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.
This commit is contained in:
Bernardo Innocenti 2007-10-20 20:31:57 -04:00 committed by Kristian Høgsberg
parent 80d8a3e176
commit 0e749ceab4

View File

@ -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"