diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-09 13:17:49 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-09 13:17:49 +0000 |
commit | 79c252d0d501a7a16abd7ad9da42ff7440083ee4 (patch) | |
tree | 61f798abeddcb38e33d918cd810e7e6e4e874610 /term.c | |
parent | 3c250f9844dc2759a6887a574ce490316f7d1939 (diff) | |
download | mandoc-79c252d0d501a7a16abd7ad9da42ff7440083ee4.tar.gz |
Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION.1.4.5
Diffstat (limited to 'term.c')
-rw-r--r-- | term.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/types.h> + #include <assert.h> #include <ctype.h> #include <err.h> |