2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Protect #include <nghttp2/nghttp2.h> with #ifdef HAVE_LIBNGHTTP2

This commit is contained in:
Mark Andrews 2021-08-24 13:24:56 +10:00
parent 7a24c578bd
commit c5ef2cc650

View File

@ -101,7 +101,9 @@
#ifdef HAVE_ZLIB
#include <zlib.h>
#endif /* ifdef HAVE_ZLIB */
#ifdef HAVE_LIBNGHTTP2
#include <nghttp2/nghttp2.h>
#endif
/*
* Include header files for database drivers here.
*/