From e75b3f680c84ba80202fbcc2cb8fba5807feb802 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sat, 25 Feb 2023 22:30:40 +0200 Subject: [PATCH] Fix FTBFS due to missing #include Bug-Debian: https://bugs.debian.org/1028680 Gbp-Pq: Name RpmHeader-include.patch --- zypp/target/rpm/RpmHeader.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zypp/target/rpm/RpmHeader.cc b/zypp/target/rpm/RpmHeader.cc index e5b5c73..2eaa165 100644 --- a/zypp/target/rpm/RpmHeader.cc +++ b/zypp/target/rpm/RpmHeader.cc @@ -11,6 +11,8 @@ */ #include "librpm.h" +#include + //////////////////////////////////////////////////////////////////// // unameToUid and gnameToGid are shamelessly stolen from rpm-4.4. // (rpmio/ugid.c) Those functions were dropped in RPM_4_7 -- 2.30.2