From 7bb9ab2e0cbdc2d07d12952703bba3a9de66952d Mon Sep 17 00:00:00 2001 From: Jonathan Protzenko Date: Fri, 13 Jul 2012 12:15:57 +0000 Subject: PR#5676: add ipv6 support on Windows. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Jérôme Vouillon git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12710 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/win32unix/unixsupport.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'otherlibs/win32unix/unixsupport.h') diff --git a/otherlibs/win32unix/unixsupport.h b/otherlibs/win32unix/unixsupport.h index a5496bf26..5a3f4505f 100644 --- a/otherlibs/win32unix/unixsupport.h +++ b/otherlibs/win32unix/unixsupport.h @@ -20,7 +20,11 @@ #include #include #include -#include +#include +#ifdef HAS_IPV6 +#include +#include +#endif struct filedescr { union { -- cgit v1.2.3-70-g09d2