14 lines
310 B
Plaintext
14 lines
310 B
Plaintext
$NetBSD: patch-ab,v 1.2 2012/11/10 14:24:45 pettai Exp $
|
|
|
|
--- bdb/dbstubs.c.orig 2002-10-01 02:10:14.000000000 +0200
|
|
+++ bdb/dbstubs.c
|
|
@@ -22,7 +22,7 @@
|
|
|
|
#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>
|
|
|