diff options
Diffstat (limited to 'otherlibs/win32unix/lockf.c')
-rw-r--r-- | otherlibs/win32unix/lockf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/otherlibs/win32unix/lockf.c b/otherlibs/win32unix/lockf.c index 6e6ca0ad6..9c705a678 100644 --- a/otherlibs/win32unix/lockf.c +++ b/otherlibs/win32unix/lockf.c @@ -15,12 +15,12 @@ #include <errno.h> #include <fcntl.h> -#include <mlvalues.h> -#include <memory.h> -#include <fail.h> +#include <caml/mlvalues.h> +#include <caml/memory.h> +#include <caml/fail.h> #include "unixsupport.h" #include <stdio.h> -#include <signals.h> +#include <caml/signals.h> #ifndef INVALID_SET_FILE_POINTER #define INVALID_SET_FILE_POINTER (-1) |