summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"