]> git.pld-linux.org Git - packages/ocaml.git/blame - ocaml-db3.patch
- crude hack to get dbm.cmo working...
[packages/ocaml.git] / ocaml-db3.patch
CommitLineData
b26fc368
MM
1diff -ur ocaml-3.04--/otherlibs/dbm/cldbm.c ocaml-3.04/otherlibs/dbm/cldbm.c
2--- ocaml-3.04--/otherlibs/dbm/cldbm.c Fri Dec 7 14:39:51 2001
3+++ ocaml-3.04/otherlibs/dbm/cldbm.c Sat Feb 2 02:38:17 2002
4@@ -15,7 +15,8 @@
5
6 #include <string.h>
7 #include <fcntl.h>
8-#include <ndbm.h>
9+#define DB_DBM_HSEARCH 1
10+#include <db.h>
11 #include <mlvalues.h>
12 #include <alloc.h>
13 #include <memory.h>
14
This page took 0.073328 seconds and 4 git commands to generate.