diff options
Diffstat (limited to 'otherlibs/unix/fchown.c')
-rw-r--r-- | otherlibs/unix/fchown.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/unix/fchown.c b/otherlibs/unix/fchown.c index 2a6746ca6..24872ec8e 100644 --- a/otherlibs/unix/fchown.c +++ b/otherlibs/unix/fchown.c @@ -11,9 +11,9 @@ /* */ /***********************************************************************/ -#include <fail.h> -#include <mlvalues.h> -#include <signals.h> +#include <caml/fail.h> +#include <caml/mlvalues.h> +#include <caml/signals.h> #include "unixsupport.h" #ifdef HAS_FCHMOD |