mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
committed by
Kristian Høgsberg
parent
80d8a3e176
commit
0e749ceab4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user