aboutsummaryrefslogtreecommitdiff
path: root/src/rt/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/globals.h')
-rw-r--r--src/rt/globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rt/globals.h b/src/rt/globals.h
index f8025a40..85aa5860 100644
--- a/src/rt/globals.h
+++ b/src/rt/globals.h
@@ -20,12 +20,14 @@ extern "C" {
}
#elif defined(__GNUC__)
#include <unistd.h>
+#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <dlfcn.h>
#include <pthread.h>
#include <errno.h>
+#include <time.h>
#else
#error "Platform not supported."
#endif