diff options
Diffstat (limited to 'otherlibs/unix/read.c')
-rw-r--r-- | otherlibs/unix/read.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/unix/read.c b/otherlibs/unix/read.c index 3bbd0b47f..14305d37c 100644 --- a/otherlibs/unix/read.c +++ b/otherlibs/unix/read.c @@ -12,9 +12,9 @@ /***********************************************************************/ #include <string.h> -#include <mlvalues.h> -#include <memory.h> -#include <signals.h> +#include <caml/mlvalues.h> +#include <caml/memory.h> +#include <caml/signals.h> #include "unixsupport.h" CAMLprim value unix_read(value fd, value buf, value ofs, value len) |