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:
parent
80d8a3e176
commit
0e749ceab4
|
@ -26,6 +26,7 @@
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stddef.h> /* buggy openssl/sha.h wants size_t */
|
||||||
#include <openssl/sha.h>
|
#include <openssl/sha.h>
|
||||||
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
Loading…
Reference in New Issue