summaryrefslogtreecommitdiff
path: root/rpmdb/tdbi.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-05-01 22:13:00 +0000
committerjbj <devnull@localhost>2002-05-01 22:13:00 +0000
commitcf2484ce1f2225e01b61dabb18a4d54e8fd6e375 (patch)
tree876ae0e74b88cf6c9b97c4c75554f316a02a5919 /rpmdb/tdbi.c
parent9ecc4d884f3765c4bb19fefff70cbd7d7b1db794 (diff)
downloadlibrpm-tizen-cf2484ce1f2225e01b61dabb18a4d54e8fd6e375.tar.gz
librpm-tizen-cf2484ce1f2225e01b61dabb18a4d54e8fd6e375.tar.bz2
librpm-tizen-cf2484ce1f2225e01b61dabb18a4d54e8fd6e375.zip
- attempt to make peace with automake-1.6.1, autoconf-2.53.
- rip out two layers of dbN gook, internal Berkeley db is here to stay. CVS patchset: 5412 CVS date: 2002/05/01 22:13:00
Diffstat (limited to 'rpmdb/tdbi.c')
-rw-r--r--rpmdb/tdbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/tdbi.c b/rpmdb/tdbi.c
index cece801fb..a7d2046a0 100644
--- a/rpmdb/tdbi.c
+++ b/rpmdb/tdbi.c
@@ -2,7 +2,7 @@
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
-#include <db3/db.h>
+#include <db.h>
static char * dbfile = "/var/lib/rpm/Dirnames";