diff --git a/Server/main.c b/Server/main.c index 6da6567..bb7bf7a 100644 --- a/Server/main.c +++ b/Server/main.c @@ -9,10 +9,6 @@ #include #include -#ifdef __MINGW32__ -#include -#endif - #ifndef NO_SSL #include #endif @@ -23,6 +19,10 @@ #include "tw_server.h" #include "tw_version.h" +#ifdef __MINGW32__ +#include +#endif + extern bool cm_do_log; extern struct tw_config config;