diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:05:12 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:05:12 +0100 |
commit | 26a9e836085475ac57f22828864f846c5e03e1bd (patch) | |
tree | c81c46f59c0e2fada881b0c1df1093143024e464 /rpmdb | |
parent | 2259b9e2d2685401cd19b27e6918ae60312f5faa (diff) | |
download | librpm-tizen-26a9e836085475ac57f22828864f846c5e03e1bd.tar.gz librpm-tizen-26a9e836085475ac57f22828864f846c5e03e1bd.tar.bz2 librpm-tizen-26a9e836085475ac57f22828864f846c5e03e1bd.zip |
Include "rpmurl.h" instead of <rpmurl.h>.
Diffstat (limited to 'rpmdb')
-rw-r--r-- | rpmdb/db3.c | 2 | ||||
-rw-r--r-- | rpmdb/sqlite.c | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/rpmdb/sqlite.c b/rpmdb/sqlite.c index 9e3b837d6..e5b051577 100644 --- a/rpmdb/sqlite.c +++ b/rpmdb/sqlite.c @@ -28,7 +28,7 @@ #include <rpmlib.h> #include <rpmmacro.h> -#include <rpmurl.h> /* XXX urlPath proto */ +#include "rpmurl.h" /* XXX urlPath proto */ #include "rpmdb_internal.h" #include "rpmdb.h" |