$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 <fail.h>
 #include <callback.h>
 
-#ifdef DBM_USES_GDBM_NDBM
-#include <gdbm-ndbm.h>
+#ifdef DBM_USES_DB
+#include <db.h>
 #else
 #include <ndbm.h>
 #endif
