=================================================================== RCS file: /cvs/mandoc/compat_ohash.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- mandoc/compat_ohash.c 2014/06/20 02:24:40 1.4 +++ mandoc/compat_ohash.c 2014/08/10 23:54:41 1.5 @@ -1,6 +1,4 @@ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #ifdef HAVE_OHASH @@ -8,7 +6,7 @@ int dummy; #else -/* $OpenBSD: compat_ohash.c,v 1.4 2014/06/20 02:24:40 schwarze Exp $ */ +/* $OpenBSD: compat_ohash.c,v 1.5 2014/08/10 23:54:41 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