diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/time.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -10,9 +10,11 @@ | |||
| 10 | #include <sys/time.h> | 10 | #include <sys/time.h> |
| 11 | #endif | 11 | #endif |
| 12 | 12 | ||
| 13 | #ifndef HAVE_CLOCK_GETTIME | ||
| 13 | #ifdef __APPLE__ | 14 | #ifdef __APPLE__ |
| 14 | #include "time_osx.h" | 15 | #include "time_osx.h" |
| 15 | #endif | 16 | #endif |
| 17 | #endif | ||
| 16 | 18 | ||
| 17 | #include "compat.h" | 19 | #include "compat.h" |
| 18 | 20 | ||
