=================================================================== RCS file: /cvs/mandoc/mansearch.c,v retrieving revision 1.43 retrieving revision 1.44 diff -u -p -r1.43 -r1.44 --- mandoc/mansearch.c 2014/08/10 23:54:41 1.43 +++ mandoc/mansearch.c 2014/08/16 19:00:01 1.44 @@ -1,4 +1,4 @@ -/* $Id: mansearch.c,v 1.43 2014/08/10 23:54:41 schwarze Exp $ */ +/* $Id: mansearch.c,v 1.44 2014/08/16 19:00:01 schwarze Exp $ */ /* * Copyright (c) 2012 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze @@ -32,7 +32,7 @@ #include #include -#ifdef HAVE_OHASH +#if HAVE_OHASH #include #else #include "compat_ohash.h"