aboutsummaryrefslogtreecommitdiffstats
path: root/rpm2header.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpm2header.c')
-rw-r--r--rpm2header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm2header.c b/rpm2header.c
index 429d816..e51cb9b 100644
--- a/rpm2header.c
+++ b/rpm2header.c
@@ -8,7 +8,7 @@
#include <stdint.h>
#include <rpmlib.h>
#if defined(RPM_FORMAT_VERSION) && RPM_FORMAT_VERSION >= 5
-#include "rpm5compat.h"
+#include <rpm/rpm4compat.h>
#endif
#include <rpm/rpmts.h>