diff options
Diffstat (limited to 'otherlibs/unix/cstringv.c')
-rw-r--r-- | otherlibs/unix/cstringv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/unix/cstringv.c b/otherlibs/unix/cstringv.c index d85411007..0e6149185 100644 --- a/otherlibs/unix/cstringv.c +++ b/otherlibs/unix/cstringv.c @@ -11,8 +11,8 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> -#include <memory.h> +#include <caml/mlvalues.h> +#include <caml/memory.h> #include "unixsupport.h" char ** cstringvect(value arg) |