diff options
Diffstat (limited to 'parsehdlist.c')
-rw-r--r-- | parsehdlist.c | 2 |
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 |