]> git.meshlink.io Git - meshlink/blobdiff - src/cygwin/device.c
Releasing 1.1pre5.
[meshlink] / src / cygwin / device.c
index 6266e87e4d270d7c0839bae782bf614d4d03fcf3..b050140ef080d241e12c7ed1aaa03f9d6c5b263e 100644 (file)
@@ -1,7 +1,7 @@
 /*
     device.c -- Interaction with Windows tap driver in a Cygwin environment
     Copyright (C) 2002-2005 Ivo Timmermans,
-                  2002-2012 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"