diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-29 11:49:07 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-29 11:49:07 +0100 |
commit | b11c85aac8b41eb74fb14c486f88940df8819bbc (patch) | |
tree | 86e0beb87d6eb77e1704c97599f1942574bd357c /plugins/omelasticsearch/omelasticsearch.c | |
parent | e6424d4e52c204af2fdb8285b24a0219c759df51 (diff) | |
download | rsyslog-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.c | 2 |
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" |