Add missing include <sys/types.h> (required for some endianness magic).

This commit is contained in:
Romain Tartiere 2010-09-04 09:47:15 +00:00
parent 0db66925e1
commit a260754627

View file

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