diff options
Diffstat (limited to 'otherlibs/unix/getppid.c')
-rw-r--r-- | otherlibs/unix/getppid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getppid.c b/otherlibs/unix/getppid.c index 616393b4a..8c30a77a1 100644 --- a/otherlibs/unix/getppid.c +++ b/otherlibs/unix/getppid.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> +#include <caml/mlvalues.h> #include "unixsupport.h" CAMLprim value unix_getppid(value unit) |