[packages/rpm-specdump] - rpmio.h is needed for rpm5 and doesn not hurt on rpm4
baggins
baggins at pld-linux.org
Sun Sep 9 00:41:51 CEST 2012
commit 010d09dd0f354071ec0b5dd0181b17e642c5ac72
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Sep 9 00:41:24 2012 +0200
- rpmio.h is needed for rpm5 and doesn not hurt on rpm4
rpm-specdump.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/rpm-specdump.c b/rpm-specdump.c
index 2a6343c..489b3de 100644
--- a/rpm-specdump.c
+++ b/rpm-specdump.c
@@ -100,6 +100,7 @@
# define RPM_VERSION_CODE RPM_VERSION(RPM_FORMAT_VERSION, RPM_MAJOR_VERSION, RPM_MINOR_VERSION)
#endif
+#include <rpmio.h>
#include <rpmbuild.h>
#if RPM_VERSION_CODE < RPM_VERSION(5,4,0)
#include <rpmlib.h>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-specdump.git/commitdiff/010d09dd0f354071ec0b5dd0181b17e642c5ac72
More information about the pld-cvs-commit
mailing list