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 | |
parent | b7ff5b7b497def7b9863be3bbb843b1ba67dcf0c (diff) | |
download | mandoc-eedf2a6a20e607030a337dbbed7a2c8ba56f7082.tar.gz |
Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein).
-rw-r--r-- | arch.c | 1 | ||||
-rw-r--r-- | att.c | 1 | ||||
-rw-r--r-- | lib.c | 1 | ||||
-rw-r--r-- | mdoc_macro.c | 1 | ||||
-rw-r--r-- | msec.c | 1 | ||||
-rw-r--r-- | st.c | 1 | ||||
-rw-r--r-- | term.c | 1 | ||||
-rw-r--r-- | tree.c | 1 | ||||
-rw-r--r-- | vol.c | 1 |
9 files changed, 9 insertions, 0 deletions
@@ -16,6 +16,7 @@ */ #include <stdlib.h> #include <string.h> +#include <time.h> #include "libmdoc.h" @@ -16,6 +16,7 @@ */ #include <stdlib.h> #include <string.h> +#include <time.h> #include "libmdoc.h" @@ -16,6 +16,7 @@ */ #include <stdlib.h> #include <string.h> +#include <time.h> #include "libmdoc.h" 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" @@ -16,6 +16,7 @@ */ #include <stdlib.h> #include <string.h> +#include <time.h> #include "libmdoc.h" @@ -16,6 +16,7 @@ */ #include <stdlib.h> #include <string.h> +#include <time.h> #include "libmdoc.h" @@ -19,6 +19,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include "chars.h" #include "out.h" @@ -18,6 +18,7 @@ #include <err.h> #include <stdio.h> #include <stdlib.h> +#include <time.h> #include "mdoc.h" #include "man.h" @@ -16,6 +16,7 @@ */ #include <stdlib.h> #include <string.h> +#include <time.h> #include "libmdoc.h" |