nghttp: Fix compile error without libjansson
This commit is contained in:
parent
27609327ee
commit
ee65dea8af
|
@ -62,7 +62,9 @@
|
||||||
|
|
||||||
#include <nghttp2/nghttp2.h>
|
#include <nghttp2/nghttp2.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_JANSSON
|
||||||
#include <jansson.h>
|
#include <jansson.h>
|
||||||
|
#endif // HAVE_JANSSON
|
||||||
|
|
||||||
#include "http-parser/http_parser.h"
|
#include "http-parser/http_parser.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue