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

This commit is contained in:
Mark Andrews
2021-08-25 00:14:50 +00:00
parent 7a24c578bd
commit c5ef2cc650
+2
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.
*/