summaryrefslogtreecommitdiffstats
path: root/otherlibs/graph/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/graph/open.c')
-rw-r--r--otherlibs/graph/open.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/otherlibs/graph/open.c b/otherlibs/graph/open.c
index 14a00eafd..e8d26acfa 100644
--- a/otherlibs/graph/open.c
+++ b/otherlibs/graph/open.c
@@ -15,10 +15,10 @@
#include <fcntl.h>
#include <signal.h>
#include "libgraph.h"
-#include <alloc.h>
-#include <callback.h>
-#include <fail.h>
-#include <memory.h>
+#include <caml/alloc.h>
+#include <caml/callback.h>
+#include <caml/fail.h>
+#include <caml/memory.h>
#ifdef HAS_UNISTD
#include <unistd.h>
#endif