summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 17:05:43 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 17:05:43 +0000
commiteedf2a6a20e607030a337dbbed7a2c8ba56f7082 (patch)
treea15db50bbb6caa52c4e23d63faef490580162203
parentb7ff5b7b497def7b9863be3bbb843b1ba67dcf0c (diff)
downloadmandoc-eedf2a6a20e607030a337dbbed7a2c8ba56f7082.tar.gz
Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein).
-rw-r--r--arch.c1
-rw-r--r--att.c1
-rw-r--r--lib.c1
-rw-r--r--mdoc_macro.c1
-rw-r--r--msec.c1
-rw-r--r--st.c1
-rw-r--r--term.c1
-rw-r--r--tree.c1
-rw-r--r--vol.c1
9 files changed, 9 insertions, 0 deletions
diff --git a/arch.c b/arch.c
index 31f63653..61eafd84 100644
--- a/arch.c
+++ b/arch.c
@@ -16,6 +16,7 @@
*/
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "libmdoc.h"
diff --git a/att.c b/att.c
index 9455e591..46618ba2 100644
--- a/att.c
+++ b/att.c
@@ -16,6 +16,7 @@
*/
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "libmdoc.h"
diff --git a/lib.c b/lib.c
index 4e7760dc..fa0b4ad2 100644
--- a/lib.c
+++ b/lib.c
@@ -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"
diff --git a/msec.c b/msec.c
index 01973f58..9ab85ca6 100644
--- a/msec.c
+++ b/msec.c
@@ -16,6 +16,7 @@
*/
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "libmdoc.h"
diff --git a/st.c b/st.c
index 48cff326..1c9a45a0 100644
--- a/st.c
+++ b/st.c
@@ -16,6 +16,7 @@
*/
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "libmdoc.h"
diff --git a/term.c b/term.c
index 0afe5c79..aa5d47c9 100644
--- a/term.c
+++ b/term.c
@@ -19,6 +19,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "chars.h"
#include "out.h"
diff --git a/tree.c b/tree.c
index dd283f15..6c37f309 100644
--- a/tree.c
+++ b/tree.c
@@ -18,6 +18,7 @@
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
+#include <time.h>
#include "mdoc.h"
#include "man.h"
diff --git a/vol.c b/vol.c
index 6399abf0..c90be044 100644
--- a/vol.c
+++ b/vol.c
@@ -16,6 +16,7 @@
*/
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "libmdoc.h"