Browse code

w32 fix

git-svn: trunk@2645

Tomasz Kojm authored on 2007/01/28 21:43:04
Showing 1 changed files
... ...
@@ -41,7 +41,9 @@
41 41
 #include <string.h>
42 42
 #include <ctype.h>
43 43
 #ifndef C_WINDOWS
44
+#ifdef HAVE_UNISTD_H
44 45
 #include <unistd.h>
46
+#endif
45 47
 #include <fcntl.h>
46 48
 #include <sys/stat.h>
47 49
 #include <errno.h>