Fix incorrect #ifdef

refs #7454
This commit is contained in:
Gunnar Beutner 2014-10-28 08:12:54 +01:00
parent b0179cc1fe
commit 7cca2d275f
1 changed files with 1 additions and 1 deletions

View File

@ -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;