diff options
Diffstat (limited to 'otherlibs/unix/chown.c')
-rw-r--r-- | otherlibs/unix/chown.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/unix/chown.c b/otherlibs/unix/chown.c index 697f44771..6c9e896a4 100644 --- a/otherlibs/unix/chown.c +++ b/otherlibs/unix/chown.c @@ -11,9 +11,9 @@ /* */ /***********************************************************************/ -#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_chown(value path, value uid, value gid) |