X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fmingw%2Fdevice.c;h=1dac3bfa99450acf09913b51b0162b96c33c3781;hb=2c7c87ec75c94d0b3cca9f7a5aeba34384f77cc1;hp=2c82b3c9018256c91a514a5da085f6761dd133c4;hpb=6c05bf082b1ce9acfc0ebb5c6f32c2ece41c7f80;p=tinc diff --git a/src/mingw/device.c b/src/mingw/device.c index 2c82b3c9..1dac3bfa 100644 --- a/src/mingw/device.c +++ b/src/mingw/device.c @@ -1,7 +1,7 @@ /* device.c -- Interaction with Windows tap driver in a MinGW environment Copyright (C) 2002-2005 Ivo Timmermans, - 2002-2009 Guus Sliepen + 2002-2011 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 @@ -24,6 +24,7 @@ #include #include "conf.h" +#include "device.h" #include "logger.h" #include "net.h" #include "route.h"