Commit ee65dea8 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttp: Fix compile error without libjansson

parent 27609327
...@@ -62,7 +62,9 @@ ...@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment