X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp_json.h;h=99add453b4de027a0894d6973dffec89e7a20bfb;hb=8fbc54a7960312d1626f4032d5fef5bf8a37db70;hp=51df15ead22ce6558e0634671a2d17a9d3a215e4;hpb=60892f2ef45fa1ee656e1a00cac0578f9d6f9536;p=ppastats.git diff --git a/src/lp_json.h b/src/lp_json.h index 51df15e..99add45 100644 --- a/src/lp_json.h +++ b/src/lp_json.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 jeanfi@gmail.com + * Copyright (C) 2011-2014 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -22,6 +22,14 @@ #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; +#endif + #include "lp.h" struct bpph **json_object_to_bpph_list(json_object *o);