--- IO-AIO/AIO.xs 2005/07/31 19:00:31 1.18 +++ IO-AIO/AIO.xs 2005/07/31 19:04:45 1.19 @@ -1,3 +1,8 @@ +#ifndef _REENTRANT +# define _REENTRANT 1 +#endif +#include + #include "EXTERN.h" #include "perl.h" #include "XSUB.h" @@ -12,11 +17,6 @@ #include #include -#ifndef _REENTRANT -# define _REENTRANT 1 -#endif -#include - #include typedef void *InputStream; /* hack, but 5.6.1 is simply toooo old ;) */