diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-01 21:23:01 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-01 21:23:01 +0000 |
commit | 3d67560a814d88e4c50985ee952dfe42794e083b (patch) | |
tree | b5150e1c2188fdc995b4f3f3bacecc3d059a633d /tbl_data.c | |
parent | 34ce24843b2a8171fe592d29a7ef15c8322b18c5 (diff) | |
download | mandoc-3d67560a814d88e4c50985ee952dfe42794e083b.tar.gz |
Add bits for compilation on Mac.
Diffstat (limited to 'tbl_data.c')
-rw-r--r-- | tbl_data.c | 1 |
1 files changed, 1 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" |