summaryrefslogtreecommitdiffstats
path: root/apropos.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-11-13 10:12:05 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-11-13 10:12:05 +0000
commit120222d1fe68dc5dc2dbd314cdbafe2b0bbed0ab (patch)
treed3603d9e422a736c30e83b766b46522e6de8f418 /apropos.c
parent341c5fea045ed3029b82199c23481d39059b8f92 (diff)
downloadmandoc-120222d1fe68dc5dc2dbd314cdbafe2b0bbed0ab.tar.gz
Less misleading file names; ok kristaps@.
Diffstat (limited to 'apropos.c')
-rw-r--r--apropos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apropos.c b/apropos.c
index 33ff1d2c..6f731c4a 100644
--- a/apropos.c
+++ b/apropos.c
@@ -21,7 +21,7 @@
#include <stdlib.h>
#include <string.h>
-#include "apropos.h"
+#include "apropos_db.h"
#include "mandoc.h"
static int cmp(const void *, const void *);