=================================================================== RCS file: /cvs/mandoc/Attic/apropos.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- mandoc/Attic/apropos.c 2011/11/09 22:05:56 1.10 +++ mandoc/Attic/apropos.c 2011/11/13 10:12:05 1.11 @@ -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 *);