FS-3747 --resolve

This commit is contained in:
Marc Olivier Chouinard 2011-12-16 21:14:48 -05:00
parent 755771df62
commit 1923d19c43

View File

@ -57,6 +57,8 @@
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#ifndef WIN32 #ifndef WIN32
#ifdef __UCLIBC__
#else
#if defined(HAVE_BYTESWAP_H) #if defined(HAVE_BYTESWAP_H)
#include <byteswap.h> #include <byteswap.h>
#elif defined(USE_SYS_ENDIAN_H) #elif defined(USE_SYS_ENDIAN_H)
@ -82,6 +84,7 @@
#include <sys/time.h> #include <sys/time.h>
#include <sys/signal.h> #include <sys/signal.h>
#endif #endif
#endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#ifndef WIN32 #ifndef WIN32