diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-05 12:06:09 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-05 12:06:09 +0200 |
commit | c6a428e6935416c3c5d849df560b9492831e704c (patch) | |
tree | 3ae55fb45404eab1b02097a48de9213b84fac599 /plugins/ommongodb/ommongodb.c | |
parent | 920aa96c4a3fc8b06acbe6099bf8b83a9532f8e4 (diff) | |
parent | dd9bdb5566c56a2bb67b09a67410b16e29004568 (diff) | |
download | rsyslog-c6a428e6935416c3c5d849df560b9492831e704c.tar.gz rsyslog-c6a428e6935416c3c5d849df560b9492831e704c.tar.bz2 rsyslog-c6a428e6935416c3c5d849df560b9492831e704c.zip |
Merge branch 'v7-stable'
Conflicts:
ChangeLog
configure.ac
doc/manual.html
Diffstat (limited to 'plugins/ommongodb/ommongodb.c')
-rw-r--r-- | plugins/ommongodb/ommongodb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ommongodb/ommongodb.c b/plugins/ommongodb/ommongodb.c index 64d501d3..ecfd2518 100644 --- a/plugins/ommongodb/ommongodb.c +++ b/plugins/ommongodb/ommongodb.c @@ -35,7 +35,7 @@ #include <mongo.h> #include <json.h> /* For struct json_object_iter, should not be necessary in future versions */ -#include <json/json_object_private.h> +#include <json_object_private.h> #include "rsyslog.h" #include "conf.h" |