From 6451c6ef79d0de3f61f6a405dd58426f86642ebc Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 18 Dec 2012 01:21:15 +0000 Subject: include rpmlog.h, thus fixing a segfault when trying to retrieving "DEBUG" git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@241 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/NEWS | 1 + rpmconstant/rpmconstant.h | 1 + 2 files changed, 2 insertions(+) diff --git a/RPM4/NEWS b/RPM4/NEWS index f57568c..f6223df 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,6 +1,7 @@ - drop support for repackage (not working anymore since rpm-4.6) - fix parsing new rpm headers - fix retrieving rpm version with beta versions +- fix segfaulting with rpm-4.11 retrieving RPMLOG_* - fix srcrpm() - fix --rpmversion (broken for 6+ years...) diff --git a/rpmconstant/rpmconstant.h b/rpmconstant/rpmconstant.h index c1fb569..390e8e3 100644 --- a/rpmconstant/rpmconstant.h +++ b/rpmconstant/rpmconstant.h @@ -34,6 +34,7 @@ #include #include #include +#include /** * A constant pair name/value -- cgit v1.2.1