aboutsummaryrefslogtreecommitdiffstats
path: root/parsehdlist.c
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <peroyvind@mandriva.org>2008-03-03 01:01:28 +0000
committerPer Øyvind Karlsen <peroyvind@mandriva.org>2008-03-03 01:01:28 +0000
commitdcacd730782642d4dc08c497b80ef9d6f7d8f041 (patch)
tree43cf2b26aab86bbab4649c068a5953ad71ae4430 /parsehdlist.c
parentc7485d7adebfdc44401e9f0a1c77e1562e27443f (diff)
downloadrpmtools-dcacd730782642d4dc08c497b80ef9d6f7d8f041.tar
rpmtools-dcacd730782642d4dc08c497b80ef9d6f7d8f041.tar.gz
rpmtools-dcacd730782642d4dc08c497b80ef9d6f7d8f041.tar.bz2
rpmtools-dcacd730782642d4dc08c497b80ef9d6f7d8f041.tar.xz
rpmtools-dcacd730782642d4dc08c497b80ef9d6f7d8f041.zip
compatibility wrapper has been moved to upstream :)
Diffstat (limited to 'parsehdlist.c')
-rw-r--r--parsehdlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsehdlist.c b/parsehdlist.c
index bf1162e..32143e4 100644
--- a/parsehdlist.c
+++ b/parsehdlist.c
@@ -14,7 +14,7 @@
#include <rpm/rpmlib.h>
#if defined(RPM_FORMAT_VERSION) && RPM_FORMAT_VERSION >= 5
-#include "rpm5compat.h"
+#include <rpm/rpm4compat.h>
#else
#include <rpm/header.h>
#endif