From 9e913399af65897c9564d6e170ce598d3b45d922 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 6 Feb 2000 05:03:27 +0000 Subject: [PATCH] hopefully catch a few more declarations by including even if was found git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7852 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/xdbm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/roken/xdbm.h b/lib/roken/xdbm.h index 27913a99c..def4deb26 100644 --- a/lib/roken/xdbm.h +++ b/lib/roken/xdbm.h @@ -41,7 +41,9 @@ #if defined(HAVE_DB_H) #define DB_DBM_HSEARCH 1 #include -#elif defined(HAVE_NDBM_H) +#endif + +#if defined(HAVE_NDBM_H) #include #elif defined(HAVE_DBM_H) #include