diff --git a/json-tg.c b/json-tg.c index 2e714a71..2852e2a3 100644 --- a/json-tg.c +++ b/json-tg.c @@ -7,6 +7,10 @@ #include #include +#ifndef json_boolean +#define json_boolean(val) ((val) ? json_true() : json_false()) +#endif + extern struct tgl_state *TLS; void json_pack_peer_type (json_t *res, tgl_peer_id_t id) {