=================================================================== RCS file: /cvs/mandoc/compat_ohash.c,v retrieving revision 1.4 retrieving revision 1.6 diff -u -p -r1.4 -r1.6 --- mandoc/compat_ohash.c 2014/06/20 02:24:40 1.4 +++ mandoc/compat_ohash.c 2014/08/16 19:00:01 1.6 @@ -1,14 +1,12 @@ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif -#ifdef HAVE_OHASH +#if HAVE_OHASH int dummy; #else -/* $OpenBSD: compat_ohash.c,v 1.4 2014/06/20 02:24:40 schwarze Exp $ */ +/* $OpenBSD: compat_ohash.c,v 1.6 2014/08/16 19:00:01 schwarze Exp $ */ /* Copyright (c) 1999, 2004 Marc Espie * @@ -24,6 +22,8 @@ int dummy; * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ + +#include #include #include