summaryrefslogtreecommitdiff
path: root/eio.c
diff options
context:
space:
mode:
Diffstat (limited to 'eio.c')
-rw-r--r--eio.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/eio.c b/eio.c
index 5edc858..d19df11 100644
--- a/eio.c
+++ b/eio.c
@@ -37,6 +37,10 @@
* either the BSD or the GPL.
*/
+#ifndef _WIN32
+# include "config.h"
+#endif
+
#include "eio.h"
#ifdef EIO_STACKSIZE
@@ -73,7 +77,6 @@
/*doh*/
#else
-# include "config.h"
# include <sys/time.h>
# include <sys/select.h>
# include <unistd.h>