summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/putenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/putenv.c')
-rw-r--r--otherlibs/unix/putenv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/unix/putenv.c b/otherlibs/unix/putenv.c
index 28ad962f8..ccb8f1abe 100644
--- a/otherlibs/unix/putenv.c
+++ b/otherlibs/unix/putenv.c
@@ -14,9 +14,9 @@
#include <stdlib.h>
#include <string.h>
-#include <fail.h>
-#include <memory.h>
-#include <mlvalues.h>
+#include <caml/fail.h>
+#include <caml/memory.h>
+#include <caml/mlvalues.h>
#include "unixsupport.h"