summaryrefslogtreecommitdiffstats
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
commit08612e9c1eb58e01548c90223334d1eac1beb993 (patch)
tree2ca990ae0da57dce382aafa8be0a1ca999c7ce81 /apropos.c
parent00ae8cb5d641e5a769cbbcb91d214d7bea8fb609 (diff)
downloadmandoc-08612e9c1eb58e01548c90223334d1eac1beb993.tar.gz
Small tweaks for release.
Diffstat (limited to 'apropos.c')
-rw-r--r--apropos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apropos.c b/apropos.c
index c0221418..392bb381 100644
--- a/apropos.c
+++ b/apropos.c
@@ -25,6 +25,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include "apropos_db.h"
#include "mandoc.h"