X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=src%2Flp_json.c;h=e02ef62f90f3b74b2ca4a947f9c5ac262e488308;hp=ddb8f31f836121afa2ab8efff6becda751bff893;hb=99b65b5be32158ebc793df4ab2b825633e32a100;hpb=06f5d6b7432d639ff3721d56f2c89b7d5b6cb963 diff --git a/src/lp_json.c b/src/lp_json.c index ddb8f31..e02ef62 100644 --- a/src/lp_json.c +++ b/src/lp_json.c @@ -23,12 +23,13 @@ #include #include +#include #include "lp_json.h" #include "lp_ws.h" /* Declares json_bool to have consistent code even with old json lib releases using boolean instead of json_bool.*/ -#ifndef json_bool +#ifndef HAVE_JSON_BOOL typedef boolean json_bool; #endif