X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=src%2Flp_json.h;h=f40c5c365b97bd6a5bcca715faf59a1815d1fde1;hp=99add453b4de027a0894d6973dffec89e7a20bfb;hb=f4cb4ed98d2d2f3b492d55d4f3ee481de5eeed36;hpb=13c74f42e424a26dc783bb565cb96b8bd542cee8 diff --git a/src/lp_json.h b/src/lp_json.h index 99add45..f40c5c3 100644 --- a/src/lp_json.h +++ b/src/lp_json.h @@ -20,14 +20,14 @@ #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 boolean json_bool; +typedef int json_bool; #endif #include "lp.h"