From ee65dea8af3da0e263ab75e7b7574eb6008501da Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 19 Nov 2014 21:18:31 +0900 Subject: [PATCH] nghttp: Fix compile error without libjansson --- src/nghttp.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nghttp.cc b/src/nghttp.cc index 90d7c359..b31d4429 100644 --- a/src/nghttp.cc +++ b/src/nghttp.cc @@ -62,7 +62,9 @@ #include +#ifdef HAVE_JANSSON #include +#endif // HAVE_JANSSON #include "http-parser/http_parser.h"