X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp_json.h;h=f40c5c365b97bd6a5bcca715faf59a1815d1fde1;hb=32d204f8aa07a3da20abedc490be019d388683b3;hp=cfb803dd5d37c244219003685d72c7323e78211d;hpb=b59ec44bffce28192c6408fed838c4d593a17c82;p=ppastats.git diff --git a/src/lp_json.h b/src/lp_json.h index cfb803d..f40c5c3 100644 --- a/src/lp_json.h +++ b/src/lp_json.h @@ -20,7 +20,15 @@ #ifndef _PPASTATS_LP_JSON_H_ #define _PPASTATS_LP_JSON_H_ -#include +#include + +#include + +/* Declares json_bool to have consistent code even with + old json lib releases using boolean instead of json_bool.*/ +#ifndef HAVE_JSON_BOOL +typedef int json_bool; +#endif #include "lp.h"