summaryrefslogtreecommitdiff
path: root/otherlibs/win32unix/winwait.c
diff options
context:
space:
mode:
authorJonathan Protzenko <Jonathan.Protzenko@ens-lyon.org>2012-07-13 12:15:57 +0000
committerJonathan Protzenko <Jonathan.Protzenko@ens-lyon.org>2012-07-13 12:15:57 +0000
commit7bb9ab2e0cbdc2d07d12952703bba3a9de66952d (patch)
tree0cc280ab30afe6a88dc4dc091e9bfbb19285082b /otherlibs/win32unix/winwait.c
parent776c46fce82af1c7d8ac0ce490c42bc5106a5cf6 (diff)
downloadocaml-7bb9ab2e0cbdc2d07d12952703bba3a9de66952d.tar.gz
PR#5676: add ipv6 support on Windows.
Patch by Jérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr> git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12710 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix/winwait.c')
-rw-r--r--otherlibs/win32unix/winwait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/winwait.c b/otherlibs/win32unix/winwait.c
index db13231ae2..c81bc4f35c 100644
--- a/otherlibs/win32unix/winwait.c
+++ b/otherlibs/win32unix/winwait.c
@@ -13,11 +13,11 @@
/* $Id$ */
+#include "unixsupport.h"
#include <windows.h>
#include <mlvalues.h>
#include <alloc.h>
#include <memory.h>
-#include "unixsupport.h"
#include <sys/types.h>
#include <signals.h>