diff options
Diffstat (limited to 'otherlibs/win32unix/windir.c')
-rw-r--r-- | otherlibs/win32unix/windir.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/otherlibs/win32unix/windir.c b/otherlibs/win32unix/windir.c index 7a08e510a..ef952aa90 100644 --- a/otherlibs/win32unix/windir.c +++ b/otherlibs/win32unix/windir.c @@ -11,11 +11,11 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> -#include <memory.h> +#include <caml/mlvalues.h> +#include <caml/memory.h> #include <errno.h> -#include <alloc.h> -#include <fail.h> +#include <caml/alloc.h> +#include <caml/fail.h> #include "unixsupport.h" CAMLprim value win_findfirst(name) |