From 1773111a0777d4df23dce2209a06c978dae80f49 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Thu, 11 Aug 2016 15:19:53 +0800 Subject: [PATCH] Fix mingw building --- src/netutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netutils.h b/src/netutils.h index 298f7f48..a0b47fc1 100644 --- a/src/netutils.h +++ b/src/netutils.h @@ -25,7 +25,7 @@ #if defined(__linux__) #include -#else +#elif !defined(__MINGW32__) #include #endif