From 634723ea3f0d1959630822e288b230b77961eb92 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 13 Nov 2011 10:12:05 +0000 Subject: Less misleading file names; ok kristaps@. --- apropos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apropos.c') 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 * @@ -21,7 +21,7 @@ #include #include -#include "apropos.h" +#include "apropos_db.h" #include "mandoc.h" static int cmp(const void *, const void *); -- cgit v1.2.3