summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/open.c')
-rw-r--r--otherlibs/unix/open.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/otherlibs/unix/open.c b/otherlibs/unix/open.c
index 32c332f23..1bad2c5b9 100644
--- a/otherlibs/unix/open.c
+++ b/otherlibs/unix/open.c
@@ -11,11 +11,11 @@
/* */
/***********************************************************************/
-#include <mlvalues.h>
-#include <alloc.h>
-#include <memory.h>
-#include <misc.h>
-#include <signals.h>
+#include <caml/mlvalues.h>
+#include <caml/alloc.h>
+#include <caml/memory.h>
+#include <caml/misc.h>
+#include <caml/signals.h>
#include "unixsupport.h"
#include <string.h>
#ifdef HAS_UNISTD