From: Adrian Bunk Date: Sat, 25 Feb 2023 20:30:40 +0000 (+0200) Subject: Fix FTBFS due to missing #include X-Git-Tag: archive/raspbian/17.35.10-1+rpi1~1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e75b3f680c84ba80202fbcc2cb8fba5807feb802;p=libzypp.git Fix FTBFS due to missing #include Bug-Debian: https://bugs.debian.org/1028680 Gbp-Pq: Name RpmHeader-include.patch --- 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