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