summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/getgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/getgr.c')
-rw-r--r--otherlibs/unix/getgr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/otherlibs/unix/getgr.c b/otherlibs/unix/getgr.c
index d1e610d85..14338ccff 100644
--- a/otherlibs/unix/getgr.c
+++ b/otherlibs/unix/getgr.c
@@ -11,10 +11,10 @@
/* */
/***********************************************************************/
-#include <mlvalues.h>
-#include <fail.h>
-#include <alloc.h>
-#include <memory.h>
+#include <caml/mlvalues.h>
+#include <caml/fail.h>
+#include <caml/alloc.h>
+#include <caml/memory.h>
#include "unixsupport.h"
#include <stdio.h>
#include <grp.h>