diff options
Diffstat (limited to 'otherlibs/unix/opendir.c')
-rw-r--r-- | otherlibs/unix/opendir.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/otherlibs/unix/opendir.c b/otherlibs/unix/opendir.c index 9cb6829cd..bdf031b35 100644 --- a/otherlibs/unix/opendir.c +++ b/otherlibs/unix/opendir.c @@ -11,10 +11,10 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> -#include <memory.h> -#include <alloc.h> -#include <signals.h> +#include <caml/mlvalues.h> +#include <caml/memory.h> +#include <caml/alloc.h> +#include <caml/signals.h> #include "unixsupport.h" #include <sys/types.h> #ifdef HAS_DIRENT |