diff options
Diffstat (limited to 'otherlibs/unix/envir.c')
-rw-r--r-- | otherlibs/unix/envir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/unix/envir.c b/otherlibs/unix/envir.c index 4b1893342..366608b63 100644 --- a/otherlibs/unix/envir.c +++ b/otherlibs/unix/envir.c @@ -11,8 +11,8 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> -#include <alloc.h> +#include <caml/mlvalues.h> +#include <caml/alloc.h> #ifndef _WIN32 extern char ** environ; |