13 lines
340 B
Text
13 lines
340 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/10/28 21:27:14 cubidou Exp $
|
|
|
|
--- bdb/bdb_stubs.c.orig 2003-07-05 17:10:40.000000000 +0200
|
|
+++ bdb/bdb_stubs.c
|
|
@@ -12,7 +12,7 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
#include <limits.h>
|
|
-#include <db.h>
|
|
+#include <db4/db.h>
|
|
/* O_CREAT and others are not defined in db.h */
|
|
#include <fcntl.h>
|
|
|