diff options
Diffstat (limited to 'src/utils.c')
| -rw-r--r-- | src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c index 67860b3..28664d4 100644 --- a/src/utils.c +++ b/src/utils.c | |||
| @@ -302,7 +302,7 @@ int plist_write_to_filename(plist_t plist, const char *filename, enum plist_form | |||
| 302 | return 1; | 302 | return 1; |
| 303 | } | 303 | } |
| 304 | 304 | ||
| 305 | #ifdef __APPLE__ | 305 | #ifndef HAVE_CLOCK_GETTIME |
| 306 | typedef int clockid_t; | 306 | typedef int clockid_t; |
| 307 | #define CLOCK_MONOTONIC 1 | 307 | #define CLOCK_MONOTONIC 1 |
| 308 | 308 | ||
