From 604d744bc4516b5b070e17a619be43bebb8540ff Mon Sep 17 00:00:00 2001 From: LunarShaddow Date: Mon, 7 Mar 2016 15:43:04 +0800 Subject: [PATCH] re-arrange include sequence to avoid a mingw introduced bug. refers: https://www.cygwin.com/ml/cygwin/2012-12/msg00194.html --- src/cygwin/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cygwin/device.c b/src/cygwin/device.c index 935e5072..eaf50374 100644 --- a/src/cygwin/device.c +++ b/src/cygwin/device.c @@ -19,6 +19,7 @@ */ #include "../system.h" +#include "../net.h" #include #include @@ -26,7 +27,6 @@ #include "../conf.h" #include "../device.h" #include "../logger.h" -#include "../net.h" #include "../route.h" #include "../utils.h" #include "../xalloc.h" -- 2.20.1