diff options
Diffstat (limited to 'otherlibs/unix/symlink.c')
-rw-r--r-- | otherlibs/unix/symlink.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/otherlibs/unix/symlink.c b/otherlibs/unix/symlink.c index d1dbf37c5..dbbd26655 100644 --- a/otherlibs/unix/symlink.c +++ b/otherlibs/unix/symlink.c @@ -11,10 +11,10 @@ /* */ /***********************************************************************/ -#include <fail.h> -#include <mlvalues.h> -#include <memory.h> -#include <signals.h> +#include <caml/fail.h> +#include <caml/mlvalues.h> +#include <caml/memory.h> +#include <caml/signals.h> #include "unixsupport.h" #ifdef HAS_SYMLINK |