diff options
Diffstat (limited to 'otherlibs/unix/time.c')
-rw-r--r-- | otherlibs/unix/time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/unix/time.c b/otherlibs/unix/time.c index 042a1f60c..495adb660 100644 --- a/otherlibs/unix/time.c +++ b/otherlibs/unix/time.c @@ -12,8 +12,8 @@ /***********************************************************************/ #include <time.h> -#include <mlvalues.h> -#include <alloc.h> +#include <caml/mlvalues.h> +#include <caml/alloc.h> #include "unixsupport.h" CAMLprim value unix_time(value unit) |