diff options
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | eio.c | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,5 @@ libtoolize aclocal automake --add-missing -autoconf autoheader +autoconf @@ -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> |