From: Mark Andrews Date: Tue, 24 Aug 2021 03:24:56 +0000 (+1000) Subject: Protect #include with #ifdef HAVE_LIBNGHTTP2 X-Git-Tag: v9.17.18~24^2~4 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c5ef2cc650e23d21c6fa48b855221dabdf100d51;p=thirdparty%2Fbind9.git Protect #include with #ifdef HAVE_LIBNGHTTP2 --- diff --git a/bin/named/main.c b/bin/named/main.c index 565246d7723..acc2e1310ee 100644 --- a/bin/named/main.c +++ b/bin/named/main.c @@ -101,7 +101,9 @@ #ifdef HAVE_ZLIB #include #endif /* ifdef HAVE_ZLIB */ +#ifdef HAVE_LIBNGHTTP2 #include +#endif /* * Include header files for database drivers here. */