diff options
Diffstat (limited to 'otherlibs/win32unix/stat.c')
-rw-r--r-- | otherlibs/win32unix/stat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/win32unix/stat.c b/otherlibs/win32unix/stat.c index 56b45d037..46fc9841b 100644 --- a/otherlibs/win32unix/stat.c +++ b/otherlibs/win32unix/stat.c @@ -12,9 +12,9 @@ /***********************************************************************/ #include <errno.h> -#include <mlvalues.h> -#include <memory.h> -#include <alloc.h> +#include <caml/mlvalues.h> +#include <caml/memory.h> +#include <caml/alloc.h> #include "unixsupport.h" #include "cst2constr.h" #define _INTEGRAL_MAX_BITS 64 |