=================================================================== RCS file: /cvs/mandoc/Attic/apropos.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- mandoc/Attic/apropos.c 2012/03/24 01:46:25 1.28 +++ mandoc/Attic/apropos.c 2012/03/24 02:07:32 1.29 @@ -1,4 +1,4 @@ -/* $Id: apropos.c,v 1.28 2012/03/24 01:46:25 kristaps Exp $ */ +/* $Id: apropos.c,v 1.29 2012/03/24 02:07:32 kristaps Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -25,6 +25,7 @@ #include #include #include +#include #include "apropos_db.h" #include "mandoc.h"