summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/lseek.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/lseek.c')
-rw-r--r--otherlibs/unix/lseek.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/otherlibs/unix/lseek.c b/otherlibs/unix/lseek.c
index 826d84f21..5a7b7770a 100644
--- a/otherlibs/unix/lseek.c
+++ b/otherlibs/unix/lseek.c
@@ -13,10 +13,10 @@
#include <errno.h>
#include <sys/types.h>
-#include <mlvalues.h>
-#include <alloc.h>
-#include <io.h>
-#include <signals.h>
+#include <caml/mlvalues.h>
+#include <caml/alloc.h>
+#include <caml/io.h>
+#include <caml/signals.h>
#include "unixsupport.h"
#ifdef HAS_UNISTD