summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/umask.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/umask.c')
-rw-r--r--otherlibs/unix/umask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/umask.c b/otherlibs/unix/umask.c
index 311e4ed92..9b88f105c 100644
--- a/otherlibs/unix/umask.c
+++ b/otherlibs/unix/umask.c
@@ -13,7 +13,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <mlvalues.h>
+#include <caml/mlvalues.h>
#include "unixsupport.h"
CAMLprim value unix_umask(value perm)