diff options
-rw-r--r-- | tbl_data.c | 1 | ||||
-rw-r--r-- | tbl_layout.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,7 @@ #include <ctype.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include "mandoc.h" #include "libmandoc.h" diff --git a/tbl_layout.c b/tbl_layout.c index c03a39df..0750ca6d 100644 --- a/tbl_layout.c +++ b/tbl_layout.c @@ -18,6 +18,7 @@ #include <ctype.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include "mandoc.h" #include "libmandoc.h" |