summaryrefslogtreecommitdiffstats
path: root/plugins/omelasticsearch/omelasticsearch.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-29 11:49:07 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-29 11:49:07 +0100
commitb11c85aac8b41eb74fb14c486f88940df8819bbc (patch)
tree86e0beb87d6eb77e1704c97599f1942574bd357c /plugins/omelasticsearch/omelasticsearch.c
parente6424d4e52c204af2fdb8285b24a0219c759df51 (diff)
downloadrsyslog-b11c85aac8b41eb74fb14c486f88940df8819bbc.tar.gz
rsyslog-b11c85aac8b41eb74fb14c486f88940df8819bbc.tar.bz2
rsyslog-b11c85aac8b41eb74fb14c486f88940df8819bbc.zip
move cJSON to omelasticsearch
the rsyslog runtime itself now uses json-c, but omelasticsearch currently depends on cJSON. We will change this, but not yet. Let's merge as is and see that it works well ;)
Diffstat (limited to 'plugins/omelasticsearch/omelasticsearch.c')
-rw-r--r--plugins/omelasticsearch/omelasticsearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omelasticsearch/omelasticsearch.c b/plugins/omelasticsearch/omelasticsearch.c
index 48cfef7d..a5833b15 100644
--- a/plugins/omelasticsearch/omelasticsearch.c
+++ b/plugins/omelasticsearch/omelasticsearch.c
@@ -37,7 +37,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
-#include "cjson.h"
+#include "cJSON/cjson.h"
#include "conf.h"
#include "syslogd-types.h"
#include "srUtils.h"