summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2008-07-29 12:13:24 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2008-07-29 12:13:24 +0000
commit0ca175e74c2c3dae82bd269b55fcd6c2d103b57a (patch)
tree784ff988f9dc2860e4e2a83c5281e83388193f52
parent0837ee9e6ff2923db413eb611e8544fa29a9252d (diff)
Missing includes
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8957 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--otherlibs/win32unix/sockopt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/otherlibs/win32unix/sockopt.c b/otherlibs/win32unix/sockopt.c
index b75873e73..5fab2f6ff 100644
--- a/otherlibs/win32unix/sockopt.c
+++ b/otherlibs/win32unix/sockopt.c
@@ -15,7 +15,9 @@
#include <errno.h>
#include <mlvalues.h>
+#include <memory.h>
#include <alloc.h>
+#include <fail.h>
#include "unixsupport.h"
#include "socketaddr.h"