From c5ef2cc650e23d21c6fa48b855221dabdf100d51 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 24 Aug 2021 13:24:56 +1000 Subject: [PATCH] Protect #include with #ifdef HAVE_LIBNGHTTP2 --- bin/named/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/named/main.c b/bin/named/main.c index 565246d772..acc2e1310e 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. */