mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
parent
b0179cc1fe
commit
7cca2d275f
@ -34,7 +34,7 @@ using namespace icinga;
|
||||
|
||||
static void Encode(yajl_gen handle, const Value& value);
|
||||
|
||||
#ifdef YAJL_MAJOR < 2
|
||||
#if YAJL_MAJOR < 2
|
||||
typedef unsigned int yajl_size;
|
||||
#else /* YAJL_MAJOR */
|
||||
typedef size_t yajl_size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user