diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-03-24 02:07:32 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-03-24 02:07:32 +0000 |
commit | 08612e9c1eb58e01548c90223334d1eac1beb993 (patch) | |
tree | 2ca990ae0da57dce382aafa8be0a1ca999c7ce81 /apropos.c | |
parent | 00ae8cb5d641e5a769cbbcb91d214d7bea8fb609 (diff) | |
download | mandoc-08612e9c1eb58e01548c90223334d1eac1beb993.tar.gz |
Small tweaks for release.
Diffstat (limited to 'apropos.c')
-rw-r--r-- | apropos.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> #include "apropos_db.h" #include "mandoc.h" |