From 2c409958a81ce7c7c364f37b9ce6b77a2af1060d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 May 2011 12:56:49 +0000 Subject: *** empty log message *** --- autogen.sh | 2 +- eio.c | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index bd3387c..7cd3d75 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,5 @@ libtoolize aclocal automake --add-missing -autoconf autoheader +autoconf 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 # include # include -- cgit v1.2.3