aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit08669f3b61bca274d2da8109ff9079c3c9d33a6c (patch)
tree6285a449a9cb7752096d0d19fce1877e7fbb4af1 /term_ascii.c
parent2e892f9959ef29a3c321dae3c74131113b5540b8 (diff)
downloadmandoc-08669f3b61bca274d2da8109ff9079c3c9d33a6c.tar.gz
mandoc-08669f3b61bca274d2da8109ff9079c3c9d33a6c.tar.zst
mandoc-08669f3b61bca274d2da8109ff9079c3c9d33a6c.zip
Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@).
Diffstat (limited to 'term_ascii.c')
-rw-r--r--term_ascii.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term_ascii.c b/term_ascii.c
index 36b4942a..d38450e5 100644
--- a/term_ascii.c
+++ b/term_ascii.c
@@ -1,4 +1,4 @@
-/* $Id: term_ascii.c,v 1.1 2010/06/08 15:00:17 kristaps Exp $ */
+/* $Id: term_ascii.c,v 1.2 2010/06/08 15:06:01 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -24,6 +24,7 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include "out.h"
#include "term.h"