summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-ab
blob: 3925f0e671ad1ef6a7f5afe4fb6d19b5b558c1fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.5 2007/09/14 15:34:10 adam 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 <ndbm.h>
 #else
 #include <ndbm.h>
 #endif