aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apropos.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2012-03-24 02:07:32 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2012-03-24 02:07:32 +0000
commit687b055bbe48492b246c33beb56e803ea2f16914 (patch)
tree83383a00911dc3ad26637154738fdb046e9f36fd /apropos.c
parent096b9eb1745c1bb9b8ca952d36f335f066bda384 (diff)
downloadmandoc-687b055bbe48492b246c33beb56e803ea2f16914.tar.gz
mandoc-687b055bbe48492b246c33beb56e803ea2f16914.tar.zst
mandoc-687b055bbe48492b246c33beb56e803ea2f16914.zip
Small tweaks for release.
Diffstat (limited to 'apropos.c')
-rw-r--r--apropos.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apropos.c b/apropos.c
index 4fcfba6f..2bb5402e 100644
--- a/apropos.c
+++ b/apropos.c
@@ -1,4 +1,4 @@
-/* $Id: apropos.c,v 1.28 2012/03/24 01:46:25 kristaps Exp $ */
+/* $Id: apropos.c,v 1.29 2012/03/24 02:07:32 kristaps Exp $ */
/*
* Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -25,6 +25,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include "apropos_db.h"
#include "mandoc.h"