summaryrefslogtreecommitdiffstats
path: root/man_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-08-21 08:41:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-08-21 08:41:05 +0000
commit2a2e4af01790aa6afe854a5284be8b7ff895e9b5 (patch)
tree5a816fd93bd7ca942cfc92bfa866261d02e63907 /man_term.c
parent9768b81771db66dc0c445eb7d36cb683ea31cae0 (diff)
downloadmandoc-2a2e4af01790aa6afe854a5284be8b7ff895e9b5.tar.gz
FreeBSD fix (uqs@spoerlein.net).
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/man_term.c b/man_term.c
index 358211cc..7968c1df 100644
--- a/man_term.c
+++ b/man_term.c
@@ -14,6 +14,8 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER 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>