diff options
Diffstat (limited to 'otherlibs/unix/fcntl.c')
-rw-r--r-- | otherlibs/unix/fcntl.c | 4 |
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> |