From: Kern Sibbald Date: Wed, 18 Jan 2012 12:45:00 +0000 (+0100) Subject: Prepare for adding IPv6 to Windows in the future X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eed4986ef467ee91bab81a896c7ac8859a5bde94;p=bacula%2Fbacula Prepare for adding IPv6 to Windows in the future --- diff --git a/bacula/src/win32/compat/winsock.h b/bacula/src/win32/compat/winsock.h index 9d9b0932ed..8cb0067fbe 100644 --- a/bacula/src/win32/compat/winsock.h +++ b/bacula/src/win32/compat/winsock.h @@ -1 +1,4 @@ -#include \ No newline at end of file +#include +#ifdef HAVE_IPV6 +#include +#endif