From e399c4189962cdeace1210b2de0999c519411fcc Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 26 Dec 2015 21:00:14 -0500 Subject: Consistently include config.h This still needs some work in a few headers that depend on it --- src/json.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/json.c') diff --git a/src/json.c b/src/json.c index 61dcb8f..706fc08 100644 --- a/src/json.c +++ b/src/json.c @@ -17,12 +17,15 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include #include -#include "config.h" #include "protocol-constants.h" #include "requests.h" #include "json.h" -- cgit v1.2.3