summaryrefslogtreecommitdiffstats
path: root/term_ascii.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-08 15:06:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-08 15:06:01 +0000
commit04759c423ec318452d781322725260af09ce908a (patch)
treecafc4fc2a8ef6ba3e32d9ed1de57f68a0d80d698 /term_ascii.c
parent16b6f21d2d5792a749be8ae218508c5333346570 (diff)
downloadmandoc-04759c423ec318452d781322725260af09ce908a.tar.gz
Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@).
Diffstat (limited to 'term_ascii.c')
-rw-r--r--term_ascii.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/term_ascii.c b/term_ascii.c
index c1858a83..08e2a86c 100644
--- a/term_ascii.c
+++ b/term_ascii.c
@@ -24,6 +24,7 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include "out.h"
#include "term.h"