]> git.meshlink.io Git - meshlink/blobdiff - src/mingw/device.c
Releasing 1.1pre5.
[meshlink] / src / mingw / device.c
index 190621b746128a4fc7d623aa449d5b2f57bcd96a..d13b824afd5b21f9432a47a356739ea4de1182fc 100644 (file)
@@ -1,7 +1,7 @@
 /*
     device.c -- Interaction with Windows tap driver in a MinGW environment
     Copyright (C) 2002-2005 Ivo Timmermans,
-                  2002-2011 Guus Sliepen <guus@tinc-vpn.org>
+                  2002-2013 Guus Sliepen <guus@tinc-vpn.org>
 
     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
@@ -26,6 +26,7 @@
 #include "conf.h"
 #include "device.h"
 #include "logger.h"
+#include "names.h"
 #include "net.h"
 #include "route.h"
 #include "utils.h"