summaryrefslogtreecommitdiff
path: root/src/time.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-27 10:44:41 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-27 10:44:41 +0000
commit89fcecf387fb487bf8af31f11c0079c3d9f130de (patch)
tree71c7de4b0a3be472888a6a23ca2d4785a0d08037 /src/time.c
parent93eef32ee77e15527f1401d541e8e7f3fc3ff765 (diff)
downloadlibnsutils-89fcecf387fb487bf8af31f11c0079c3d9f130de.tar.gz
libnsutils-89fcecf387fb487bf8af31f11c0079c3d9f130de.tar.bz2
add missing mach includes
Diffstat (limited to 'src/time.c')
-rw-r--r--src/time.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/time.c b/src/time.c
index ecd4f42..5ea1d3f 100644
--- a/src/time.c
+++ b/src/time.c
@@ -21,6 +21,8 @@
#elif defined(__riscos)
#include <oslib/os.h>
#elif defined(__MACH__)
+#include <mach/mach.h>
+#include <mach/clock.h>
#include <mach/mach_time.h>
#else
#include <sys/time.h>