]> git.sur5r.net Git - bacula/bacula/commitdiff
Prepare for adding IPv6 to Windows in the future
authorKern Sibbald <kern@sibbald.com>
Wed, 18 Jan 2012 12:45:00 +0000 (13:45 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:28 +0000 (14:50 +0200)
bacula/src/win32/compat/winsock.h

index 9d9b0932ed4a0382a1da0e49dcbd0b7118519d20..8cb0067fbe67437358536dd12bce3ce05cb11d31 100644 (file)
@@ -1 +1,4 @@
-#include <winsock2.h>
\ No newline at end of file
+#include <winsock2.h>
+#ifdef HAVE_IPV6
+#include <ws2tcpip.h>
+#endif