Skip to content

Commit c67ded3

Browse files
committed
address comment
1 parent 7498558 commit c67ded3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ocaml/runtime/unix.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@
4343
#ifdef HAS_UNISTD
4444
#include <unistd.h>
4545
#endif
46-
#ifdef HAS_POSIX_MONOTONIC_CLOCK
4746
#include <time.h>
48-
#elif HAS_MACH_ABSOLUTE_TIME
47+
#ifdef HAS_MACH_ABSOLUTE_TIME
4948
#include <mach/mach_time.h>
5049
#endif
5150
#ifdef HAS_DIRENT

0 commit comments

Comments
 (0)