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