=================================================================== RCS file: /cvs/mandoc/mansearch.c,v retrieving revision 1.42 retrieving revision 1.43 diff -u -p -r1.42 -r1.43 --- mandoc/mansearch.c 2014/08/09 14:24:53 1.42 +++ mandoc/mansearch.c 2014/08/10 23:54:41 1.43 @@ -1,4 +1,4 @@ -/* $Id: mansearch.c,v 1.42 2014/08/09 14:24:53 schwarze Exp $ */ +/* $Id: mansearch.c,v 1.43 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2012 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze @@ -15,11 +15,11 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include +#include + #include #include #include