diff --git a/libs/esl/src/esl.c b/libs/esl/src/esl.c index fab8b4ad42..45cf785cd8 100644 --- a/libs/esl/src/esl.c +++ b/libs/esl/src/esl.c @@ -48,12 +48,6 @@ #else #define ESL_USE_POLL #endif -#ifdef ESL_USE_POLL -#include -#endif - - - #include #ifndef WIN32 @@ -66,6 +60,10 @@ #pragma warning (default:6386) #endif +#ifdef ESL_USE_POLL +#include +#endif + /* Written by Marc Espie, public domain */ #define ESL_CTYPE_NUM_CHARS 256