summaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-08 09:20:08 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-08 09:20:08 +0000
commit69196d0244a29c4cfccc8628915ca17c3a84f164 (patch)
tree313e1ef4fe18c8277e124db52e7774c1abafb885 /term.c
parentbee3b50c817b516b827078fe5301714fc31d1217 (diff)
downloadmandoc-69196d0244a29c4cfccc8628915ca17c3a84f164.tar.gz
Missing prototype for getsubopt() on NetBSD fixed.VERSION.1.10.1
Diffstat (limited to 'term.c')
-rw-r--r--term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/term.c b/term.c
index a85292f4..14cb756c 100644
--- a/term.c
+++ b/term.c
@@ -22,6 +22,7 @@
#include <assert.h>
#include <ctype.h>
+#include <getopt.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>