summaryrefslogtreecommitdiffstatshomepage
path: root/term.c
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
commita0219192673923a5150c771288ed334616f6f882 (patch)
tree075284ce09795e62a9925283039720396c390f23 /term.c
parent24f072b20b99820b86ab0e941c49026a51c11d1d (diff)
downloadmandoc-a0219192673923a5150c771288ed334616f6f882.tar.gz
mandoc-a0219192673923a5150c771288ed334616f6f882.tar.zst
mandoc-a0219192673923a5150c771288ed334616f6f882.zip
Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION_1_4_5
Diffstat (limited to 'term.c')
-rw-r--r--term.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/term.c b/term.c
index 156beb96..0317de85 100644
--- a/term.c
+++ b/term.c
@@ -1,4 +1,4 @@
-/* $Id: term.c,v 1.49 2009/03/08 20:57:35 kristaps Exp $ */
+/* $Id: term.c,v 1.50 2009/03/09 13:17:49 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -16,6 +16,8 @@
* 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>