diff options
Diffstat (limited to 'otherlibs/unix/execve.c')
-rw-r--r-- | otherlibs/unix/execve.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/unix/execve.c b/otherlibs/unix/execve.c index 62b2d2c9a..92171c2d3 100644 --- a/otherlibs/unix/execve.c +++ b/otherlibs/unix/execve.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(); |