X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fmingw%2Fdevice.c;h=1dac3bfa99450acf09913b51b0162b96c33c3781;hp=2c82b3c9018256c91a514a5da085f6761dd133c4;hb=6d08eb1614b59d5f86a43edda9db06fca72b76cd;hpb=6c05bf082b1ce9acfc0ebb5c6f32c2ece41c7f80 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"