diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 17:05:43 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 17:05:43 +0000 |
commit | eedf2a6a20e607030a337dbbed7a2c8ba56f7082 (patch) | |
tree | a15db50bbb6caa52c4e23d63faef490580162203 /mdoc_macro.c | |
parent | b7ff5b7b497def7b9863be3bbb843b1ba67dcf0c (diff) | |
download | mandoc-eedf2a6a20e607030a337dbbed7a2c8ba56f7082.tar.gz |
Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein).
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r-- | mdoc_macro.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c index 1d753a80..9ee6a0bd 100644 --- a/mdoc_macro.c +++ b/mdoc_macro.c @@ -19,6 +19,7 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> +#include <time.h> #include "libmdoc.h" |