aboutsummaryrefslogtreecommitdiff
path: root/readsfv~.c
diff options
context:
space:
mode:
Diffstat (limited to 'readsfv~.c')
-rw-r--r--readsfv~.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/readsfv~.c b/readsfv~.c
index 195175b..fc9c54f 100644
--- a/readsfv~.c
+++ b/readsfv~.c
@@ -21,13 +21,12 @@ for Windows if someone were willing to find a Pthreads package for it. */
Antoine Rousseau
*/
-#ifdef UNIX
-#include <unistd.h>
-#include <fcntl.h>
-#endif
#include <pthread.h>
#ifdef _WIN32
#include <io.h>
+#else
+#include <unistd.h>
+#include <fcntl.h>
#endif
#include <stdio.h>
#include <string.h>