diff options
Diffstat (limited to 'otherlibs/unix/closedir.c')
-rw-r--r-- | otherlibs/unix/closedir.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/unix/closedir.c b/otherlibs/unix/closedir.c index 4196acd4e..5e8008d5d 100644 --- a/otherlibs/unix/closedir.c +++ b/otherlibs/unix/closedir.c @@ -11,9 +11,9 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> -#include <memory.h> -#include <signals.h> +#include <caml/mlvalues.h> +#include <caml/memory.h> +#include <caml/signals.h> #include "unixsupport.h" #include <errno.h> #include <sys/types.h> |