summaryrefslogtreecommitdiff
path: root/rpmdb/db3.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-10-09 15:33:49 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-10-09 15:33:49 +0300
commit01d5c13a4299e6fb7357d14fee7c5a368ec3bbbd (patch)
treea34d13481151f51c6718c8dee5be3904aec9e0ee /rpmdb/db3.c
parent9fba2d43d162bc12e84a4e5120429609ff17fc72 (diff)
downloadrpm-01d5c13a4299e6fb7357d14fee7c5a368ec3bbbd.tar.gz
rpm-01d5c13a4299e6fb7357d14fee7c5a368ec3bbbd.tar.bz2
rpm-01d5c13a4299e6fb7357d14fee7c5a368ec3bbbd.zip
Make rpmerr.h private, include directly where needed.
Diffstat (limited to 'rpmdb/db3.c')
-rw-r--r--rpmdb/db3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdb/db3.c b/rpmdb/db3.c
index 87fe71ec9..974a3554d 100644
--- a/rpmdb/db3.c
+++ b/rpmdb/db3.c
@@ -15,6 +15,7 @@ static int _debug = 1; /* XXX if < 0 debugging, > 0 unusual error returns */
#include <rpmurl.h> /* XXX urlPath proto */
#include <rpmdb_internal.h>
+#include "rpmerr.h"
#include "debug.h"