summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-09 13:17:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-09 13:17:49 +0000
commit79c252d0d501a7a16abd7ad9da42ff7440083ee4 (patch)
tree61f798abeddcb38e33d918cd810e7e6e4e874610 /mdoc.h
parent3c250f9844dc2759a6887a574ce490316f7d1939 (diff)
downloadmandoc-79c252d0d501a7a16abd7ad9da42ff7440083ee4.tar.gz
Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION.1.4.5
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc.h b/mdoc.h
index ad2edf85..63db32d3 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -19,6 +19,8 @@
#ifndef MDOC_H
#define MDOC_H
+#include <time.h>
+
/*
* This library implements a validating scanner/parser for ``mdoc'' roff
* macro documents, a.k.a. BSD manual page documents. The mdoc.c file