summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/execvp.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/execvp.c')
-rw-r--r--otherlibs/unix/execvp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/unix/execvp.c b/otherlibs/unix/execvp.c
index 8e28fa067..ce6900abf 100644
--- a/otherlibs/unix/execvp.c
+++ b/otherlibs/unix/execvp.c
@@ -11,8 +11,8 @@
/* */
/***********************************************************************/
-#include <mlvalues.h>
-#include <memory.h>
+#include <caml/mlvalues.h>
+#include <caml/memory.h>
#include "unixsupport.h"
extern char ** cstringvect();