diff options
Diffstat (limited to 'otherlibs/unix/fork.c')
-rw-r--r-- | otherlibs/unix/fork.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/unix/fork.c b/otherlibs/unix/fork.c index b21d80c60..ac0d6772c 100644 --- a/otherlibs/unix/fork.c +++ b/otherlibs/unix/fork.c @@ -11,8 +11,8 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> -#include <debugger.h> +#include <caml/mlvalues.h> +#include <caml/debugger.h> #include "unixsupport.h" CAMLprim value unix_fork(value unit) |