diff options
Diffstat (limited to 'otherlibs/unix/chmod.c')
-rw-r--r-- | otherlibs/unix/chmod.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/unix/chmod.c b/otherlibs/unix/chmod.c index 90dd6024f..2d3f30fe6 100644 --- a/otherlibs/unix/chmod.c +++ b/otherlibs/unix/chmod.c @@ -13,9 +13,9 @@ #include <sys/types.h> #include <sys/stat.h> -#include <mlvalues.h> -#include <memory.h> -#include <signals.h> +#include <caml/mlvalues.h> +#include <caml/memory.h> +#include <caml/signals.h> #include "unixsupport.h" CAMLprim value unix_chmod(value path, value perm) |