summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/setuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/setuid.c')
-rw-r--r--otherlibs/unix/setuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/setuid.c b/otherlibs/unix/setuid.c
index 8a2a8074b..c8a9c622a 100644
--- a/otherlibs/unix/setuid.c
+++ b/otherlibs/unix/setuid.c
@@ -11,7 +11,7 @@
/* */
/***********************************************************************/
-#include <mlvalues.h>
+#include <caml/mlvalues.h>
#include "unixsupport.h"
CAMLprim value unix_setuid(value uid)