]> git.pond.sub.org Git - empserver/commitdiff
[_WIN32]: Add missing include sys/types.h to get off_t.
authorRon Koenderink <rkoenderink@yahoo.ca>
Tue, 11 Jul 2006 03:16:02 +0000 (03:16 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Tue, 11 Jul 2006 03:16:02 +0000 (03:16 +0000)
src/lib/common/file.c

index 3ee3f7c5dcb2c726d84da1ab60199bbead4c8a5b..53d1e52f16b743a4c82cf18ea750c3098b0b7508 100644 (file)
@@ -38,8 +38,8 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <signal.h>
-#if !defined(_WIN32)
 #include <sys/types.h>
+#if !defined(_WIN32)
 #include <unistd.h>
 #endif
 #include "file.h"