From: Ilya Leoshkevich Date: Tue, 21 Jul 2020 11:15:17 +0000 (+0200) Subject: Fix dfltcc_deflate.c build X-Git-Tag: 1.9.9-b1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bc0dd5ae7cccae5211968c498ac44def6d88e0c;p=thirdparty%2Fzlib-ng.git Fix dfltcc_deflate.c build bi_windup and send_bits were moved to tree_emit.h, so include it. --- diff --git a/arch/s390/dfltcc_deflate.c b/arch/s390/dfltcc_deflate.c index 27fc8e39..ba93eee3 100644 --- a/arch/s390/dfltcc_deflate.c +++ b/arch/s390/dfltcc_deflate.c @@ -16,6 +16,7 @@ #include "../../zbuild.h" #include "../../zutil.h" #include "../../deflate.h" +#include "../../trees_emit.h" #include "dfltcc_deflate.h" #include "dfltcc_detail.h"