mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 02:30:06 +01: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:
parent
80d8a3e176
commit
0e749ceab4
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue