From abf997389de6e4b73f6010ae4ec6fbda522dfdad Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 20 Jul 2016 00:23:14 +0000 Subject: Linux compatibility: Work around the lack of EFTYPE and protect . --- dbm_map.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dbm_map.c') diff --git a/dbm_map.c b/dbm_map.c index 8d24832d..cae53553 100644 --- a/dbm_map.c +++ b/dbm_map.c @@ -18,12 +18,16 @@ * of the mandoc database, for read-only access. * The interface is defined in "dbm_map.h". */ +#include "config.h" + #include #include #include #include +#if HAVE_ERR #include +#endif #include #include #include -- cgit