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:
parent
7a24c578bd
commit
c5ef2cc650
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user