summaryrefslogtreecommitdiffstats
path: root/prologue.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-02 14:06:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-02 14:06:16 +0000
commite2b62db20c0f9cce5dd25c92cf12b7d37531f1a4 (patch)
tree518bb91fbdc26a23994f842a329484de6c36e571 /prologue.c
parentbc8a9947a973470047f9e7e24928ad2a2ecabf6a (diff)
downloadmandoc-e2b62db20c0f9cce5dd25c92cf12b7d37531f1a4.tar.gz
*** empty log message ***
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"