diff options
Diffstat (limited to 'otherlibs/win32unix/lseek.c')
-rw-r--r-- | otherlibs/win32unix/lseek.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/win32unix/lseek.c b/otherlibs/win32unix/lseek.c index 5306331c6..6c30a62ae 100644 --- a/otherlibs/win32unix/lseek.c +++ b/otherlibs/win32unix/lseek.c @@ -11,8 +11,8 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> -#include <alloc.h> +#include <caml/mlvalues.h> +#include <caml/alloc.h> #include "unixsupport.h" #ifdef HAS_UNISTD |