blob: 4abe9a90d8eebe25bda5679e36ae8e577ed5125e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 2002/09/11 20:47:14 wiz Exp $
--- src/bdb.c.orig Sat May 18 14:48:11 2002
+++ src/bdb.c
@@ -28,7 +28,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <string.h>
-#include <db.h>
+#include <db4/db.h>
#include <gtk/gtk.h>
#include "main.h"
|