summaryrefslogtreecommitdiff
path: root/rpmdb/db3.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:05:12 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:05:12 +0100
commit26a9e836085475ac57f22828864f846c5e03e1bd (patch)
treec81c46f59c0e2fada881b0c1df1093143024e464 /rpmdb/db3.c
parent2259b9e2d2685401cd19b27e6918ae60312f5faa (diff)
downloadrpm-26a9e836085475ac57f22828864f846c5e03e1bd.tar.gz
rpm-26a9e836085475ac57f22828864f846c5e03e1bd.tar.bz2
rpm-26a9e836085475ac57f22828864f846c5e03e1bd.zip
Include "rpmurl.h" instead of <rpmurl.h>.
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 974a3554d..ab3ccbfb6 100644
--- a/rpmdb/db3.c
+++ b/rpmdb/db3.c
@@ -12,7 +12,7 @@ static int _debug = 1; /* XXX if < 0 debugging, > 0 unusual error returns */
#include <rpmlib.h>
#include <rpmmacro.h>
-#include <rpmurl.h> /* XXX urlPath proto */
+#include "rpmurl.h" /* XXX urlPath proto */
#include <rpmdb_internal.h>
#include "rpmerr.h"