diff options
Diffstat (limited to 'otherlibs/win32unix/close.c')
-rw-r--r-- | otherlibs/win32unix/close.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/win32unix/close.c b/otherlibs/win32unix/close.c index 20b131b05..7f8da29da 100644 --- a/otherlibs/win32unix/close.c +++ b/otherlibs/win32unix/close.c @@ -11,9 +11,9 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> +#include <caml/mlvalues.h> #include "unixsupport.h" -#include <io.h> +#include <caml/io.h> extern int _close(int); |