summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/lockf.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/lockf.c')
-rw-r--r--otherlibs/unix/lockf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/unix/lockf.c b/otherlibs/unix/lockf.c
index 813a4f7f6..aeaf45131 100644
--- a/otherlibs/unix/lockf.c
+++ b/otherlibs/unix/lockf.c
@@ -13,9 +13,9 @@
#include <errno.h>
#include <fcntl.h>
-#include <fail.h>
-#include <mlvalues.h>
-#include <signals.h>
+#include <caml/fail.h>
+#include <caml/mlvalues.h>
+#include <caml/signals.h>
#include "unixsupport.h"
#if defined(F_GETLK) && defined(F_SETLK) && defined(F_SETLKW)