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