re-arrange include sequence to avoid a mingw introduced bug.
[oweals/tinc.git] / src / cygwin / device.c
index 364427bd1d1b76e4105e5f64b4b1062410e82b25..d3a4303f06bc01ee7b4cea1aafef20d892ac7702 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "../system.h"
+#include "../net.h"
 
 #include <w32api/windows.h>
 #include <w32api/winioctl.h>
@@ -27,7 +28,6 @@
 #include "../device.h"
 #include "../logger.h"
 #include "../names.h"
-#include "../net.h"
 #include "../route.h"
 #include "../utils.h"
 #include "../xalloc.h"