From bda188cef4bdf77277a4dafef7caca77c589247a Mon Sep 17 00:00:00 2001 From: Nishi Date: Wed, 18 Sep 2024 11:06:58 +0000 Subject: [PATCH] sort option git-svn-id: file:///raid/svn-personal/tewi/trunk@51 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Server/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.45.2