$NetBSD: patch-ab,v 1.4 2005/06/07 00:59:49 minskim Exp $ --- otherlibs/dbm/cldbm.c.orig 2003-07-08 08:50:31.000000000 -0500 +++ otherlibs/dbm/cldbm.c @@ -21,8 +21,8 @@ #include #include -#ifdef DBM_USES_GDBM_NDBM -#include +#ifdef DBM_USES_DB +#include #else #include #endif