diff options
Diffstat (limited to 'otherlibs/unix/getcwd.c')
-rw-r--r-- | otherlibs/unix/getcwd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/unix/getcwd.c b/otherlibs/unix/getcwd.c index 8d1b8e50a..043c96b6f 100644 --- a/otherlibs/unix/getcwd.c +++ b/otherlibs/unix/getcwd.c @@ -11,9 +11,9 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> -#include <alloc.h> -#include <fail.h> +#include <caml/mlvalues.h> +#include <caml/alloc.h> +#include <caml/fail.h> #include "unixsupport.h" #if !defined (_WIN32) && !macintosh |