FS-3747 --resolve

This commit is contained in:
Marc Olivier Chouinard 2011-12-16 21:14:48 -05:00
parent 755771df62
commit 1923d19c43
1 changed files with 3 additions and 0 deletions

View File

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