summaryrefslogtreecommitdiffstats
path: root/prologue.c
diff options
context:
space:
mode:
Diffstat (limited to 'prologue.c')
-rw-r--r--prologue.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/prologue.c b/prologue.c
index 678851b6..77ed3fcc 100644
--- a/prologue.c
+++ b/prologue.c
@@ -18,6 +18,9 @@
*/
#include <assert.h>
#include <stdlib.h>
+#ifdef __linux__
+#include <time.h>
+#endif
#include "private.h"