diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-02 14:06:16 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-02 14:06:16 +0000 |
commit | e2b62db20c0f9cce5dd25c92cf12b7d37531f1a4 (patch) | |
tree | 518bb91fbdc26a23994f842a329484de6c36e571 /prologue.c | |
parent | bc8a9947a973470047f9e7e24928ad2a2ecabf6a (diff) | |
download | mandoc-e2b62db20c0f9cce5dd25c92cf12b7d37531f1a4.tar.gz |
*** empty log message ***
Diffstat (limited to 'prologue.c')
-rw-r--r-- | prologue.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ */ #include <assert.h> #include <stdlib.h> +#ifdef __linux__ +#include <time.h> +#endif #include "private.h" |