summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/fcntl.c')
-rw-r--r--otherlibs/unix/fcntl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/unix/fcntl.c b/otherlibs/unix/fcntl.c
index 886c12de9..c89e9a6f1 100644
--- a/otherlibs/unix/fcntl.c
+++ b/otherlibs/unix/fcntl.c
@@ -11,8 +11,8 @@
/* */
/***********************************************************************/
-#include <fail.h>
-#include <mlvalues.h>
+#include <caml/fail.h>
+#include <caml/mlvalues.h>
#include "unixsupport.h"
#ifdef HAS_UNISTD
#include <unistd.h>