diff options
Diffstat (limited to 'otherlibs/unix/close.c')
-rw-r--r-- | otherlibs/unix/close.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/unix/close.c b/otherlibs/unix/close.c index 8a56c413b..aff8911f7 100644 --- a/otherlibs/unix/close.c +++ b/otherlibs/unix/close.c @@ -11,8 +11,8 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> -#include <signals.h> +#include <caml/mlvalues.h> +#include <caml/signals.h> #include "unixsupport.h" CAMLprim value unix_close(value fd) |