aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apropos.c
diff options
context:
space:
mode:
Diffstat (limited to 'apropos.c')
-rw-r--r--apropos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apropos.c b/apropos.c
index 6bb5b7a9..987bec6d 100644
--- a/apropos.c
+++ b/apropos.c
@@ -1,4 +1,4 @@
-/* $Id: apropos.c,v 1.10 2011/11/09 22:05:56 kristaps Exp $ */
+/* $Id: apropos.c,v 1.11 2011/11/13 10:12:05 schwarze Exp $ */
/*
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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 *);