X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fcygwin%2Fdevice.c;h=9fce9beb904aac749261f56926bc16450cdec277;hp=935e50727b003efeb2f3bae54f96a48e38c54767;hb=4a5c12ec97fa1e82aae2d327fdc648e5203eb478;hpb=99ad9af6b4a0d1dbcdff4d871e48bb422a945384 diff --git a/src/cygwin/device.c b/src/cygwin/device.c index 935e5072..9fce9beb 100644 --- a/src/cygwin/device.c +++ b/src/cygwin/device.c @@ -1,7 +1,7 @@ /* device.c -- Interaction with Windows tap driver in a Cygwin environment Copyright (C) 2002-2005 Ivo Timmermans, - 2002-2011 Guus Sliepen + 2002-2016 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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"