=================================================================== RCS file: /cvs/mandoc/mansearch.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mandoc/mansearch.c 2012/06/08 15:06:28 1.3 +++ mandoc/mansearch.c 2012/06/09 11:00:13 1.4 @@ -1,4 +1,4 @@ -/* $Id: mansearch.c,v 1.3 2012/06/08 15:06:28 kristaps Exp $ */ +/* $Id: mansearch.c,v 1.4 2012/06/09 11:00:13 kristaps Exp $ */ /* * Copyright (c) 2012 Kristaps Dzonsons * @@ -30,7 +30,11 @@ #include #include +#ifdef HAVE_OHASH #include +#else +#include "compat_ohash.h" +#endif #include #include "mandoc.h"