diff --git a/lib/timeval.h b/lib/timeval.h index 4158423c6a..0a4253d425 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -40,6 +40,8 @@ * ------------------------------------------------------------ ****************************************************************************/ +#include "setup.h" + #if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__) #include #include @@ -47,7 +49,6 @@ #include #endif -#include "setup.h" #ifndef HAVE_GETTIMEOFDAY #if !defined(_WINSOCKAPI_) && !defined(__MINGW32__)