summaryrefslogtreecommitdiff
path: root/rpmdb/db3.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-09-17 13:17:07 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-09-17 13:17:07 +0300
commit66dcee4a67caea7c1d144ffab1717efe90613c73 (patch)
tree0d3be3f0c5a13fed21a5eee885c24db3e6c8be46 /rpmdb/db3.c
parentae3127c0f2cc74f5b662ec8414c231662f0df592 (diff)
downloadrpm-66dcee4a67caea7c1d144ffab1717efe90613c73.tar.gz
rpm-66dcee4a67caea7c1d144ffab1717efe90613c73.tar.bz2
rpm-66dcee4a67caea7c1d144ffab1717efe90613c73.zip
Hide db index handling and rpmdb details from the API to internal header
Diffstat (limited to 'rpmdb/db3.c')
-rw-r--r--rpmdb/db3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/db3.c b/rpmdb/db3.c
index 11ca0b0e5..089e2f8ba 100644
--- a/rpmdb/db3.c
+++ b/rpmdb/db3.c
@@ -14,7 +14,7 @@ static int _debug = 1; /* XXX if < 0 debugging, > 0 unusual error returns */
#include <rpmmacro.h>
#include <rpmurl.h> /* XXX urlPath proto */
-#include <rpmdb.h>
+#include <rpmdb_internal.h>
#include "debug.h"