diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-11-19 16:32:15 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-11-19 16:32:15 +0200 |
commit | 17ef8a3082a7c9e2c2defd9f516923afca67e027 (patch) | |
tree | 76eff6027c42a9bcd4015621b551f346affe1ade /rpmdb/db3.c | |
parent | 43c5de66fb90cbc59dc23eb0774d66c66d34b37d (diff) | |
download | librpm-tizen-17ef8a3082a7c9e2c2defd9f516923afca67e027.tar.gz librpm-tizen-17ef8a3082a7c9e2c2defd9f516923afca67e027.tar.bz2 librpm-tizen-17ef8a3082a7c9e2c2defd9f516923afca67e027.zip |
Lose rpmerr.h for good
Diffstat (limited to 'rpmdb/db3.c')
-rw-r--r-- | rpmdb/db3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/db3.c b/rpmdb/db3.c index 486a540ca..6f9f676b6 100644 --- a/rpmdb/db3.c +++ b/rpmdb/db3.c @@ -15,7 +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 "rpmlog.h" #include "debug.h" |