diff options
-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" |