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 /lib/misc.c | |
parent | 43c5de66fb90cbc59dc23eb0774d66c66d34b37d (diff) | |
download | rpm-17ef8a3082a7c9e2c2defd9f516923afca67e027.tar.gz rpm-17ef8a3082a7c9e2c2defd9f516923afca67e027.tar.bz2 rpm-17ef8a3082a7c9e2c2defd9f516923afca67e027.zip |
Lose rpmerr.h for good
Diffstat (limited to 'lib/misc.c')
-rw-r--r-- | lib/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/misc.c b/lib/misc.c index 1a01f252e..90e7309df 100644 --- a/lib/misc.c +++ b/lib/misc.c @@ -10,7 +10,7 @@ const char * RPMVERSION = VERSION; #include "rpmurl.h" #include "rpmmacro.h" /* XXX for rpmGetPath */ #include "rpmlib.h" -#include "rpmerr.h" +#include "rpmlog.h" #include "misc.h" #include "debug.h" |