summaryrefslogtreecommitdiff
path: root/build/parsePreamble.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-11-19 16:32:15 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-11-19 16:32:15 +0200
commit17ef8a3082a7c9e2c2defd9f516923afca67e027 (patch)
tree76eff6027c42a9bcd4015621b551f346affe1ade /build/parsePreamble.c
parent43c5de66fb90cbc59dc23eb0774d66c66d34b37d (diff)
downloadlibrpm-tizen-17ef8a3082a7c9e2c2defd9f516923afca67e027.tar.gz
librpm-tizen-17ef8a3082a7c9e2c2defd9f516923afca67e027.tar.bz2
librpm-tizen-17ef8a3082a7c9e2c2defd9f516923afca67e027.zip
Lose rpmerr.h for good
Diffstat (limited to 'build/parsePreamble.c')
-rw-r--r--build/parsePreamble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parsePreamble.c b/build/parsePreamble.c
index f5957bea8..f6bd90ced 100644
--- a/build/parsePreamble.c
+++ b/build/parsePreamble.c
@@ -6,7 +6,7 @@
#include "system.h"
#include "rpmbuild.h"
-#include "rpmerr.h"
+#include "rpmlog.h"
#include "debug.h"
#define SKIPSPACE(s) { while (*(s) && xisspace(*(s))) (s)++; }