nghttp: Fix compile error without libjansson

This commit is contained in:
Tatsuhiro Tsujikawa 2014-11-19 21:18:31 +09:00
parent 27609327ee
commit ee65dea8af
1 changed files with 2 additions and 0 deletions

View File

@ -62,7 +62,9 @@
#include <nghttp2/nghttp2.h>
#ifdef HAVE_JANSSON
#include <jansson.h>
#endif // HAVE_JANSSON
#include "http-parser/http_parser.h"