Add missing include <sys/types.h> (required for some endianness magic).
This commit is contained in:
parent
0db66925e1
commit
a260754627
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#if defined(HAVE_SYS_TYPES_H)
|
||||||
|
# include <sys/types.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_SYS_ENDIAN_H)
|
#if defined(HAVE_SYS_ENDIAN_H)
|
||||||
# include <sys/endian.h>
|
# include <sys/endian.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue