diff options
Diffstat (limited to 'otherlibs/unix/times.c')
-rw-r--r-- | otherlibs/unix/times.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/unix/times.c b/otherlibs/unix/times.c index 8ab6006d4..8760ad2ab 100644 --- a/otherlibs/unix/times.c +++ b/otherlibs/unix/times.c @@ -11,9 +11,9 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> -#include <alloc.h> -#include <memory.h> +#include <caml/mlvalues.h> +#include <caml/alloc.h> +#include <caml/memory.h> #include "unixsupport.h" #include <time.h> #include <sys/types.h> |