Browse code

Fix Win32 build

Shawn webb authored on 2012/07/18 05:34:12
Showing 1 changed files
... ...
@@ -26,6 +26,8 @@
26 26
 
27 27
 #if defined(HAVE_STAT64) && STAT64_BLACKLIST
28 28
 
29
+#include <unistd.h>
30
+
29 31
 #define STATBUF struct stat64
30 32
 #define STAT stat64
31 33
 #define LSTAT lstat64
... ...
@@ -42,7 +44,6 @@
42 42
 
43 43
 #include <sys/types.h>
44 44
 #include <sys/stat.h>
45
-#include <unistd.h>
46 45
 
47 46
 #ifdef __cplusplus
48 47
 extern "C"