diff options
author | hwoarang <hwoarang@gentoo.org> | 2013-09-03 11:38:01 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-03 11:38:01 +0200 |
commit | 1c71b9628b08cfe867f94a7f35e6bd74db5a9673 (patch) | |
tree | 3681e59b19311d893d860c25c4b164ff19306266 /plugins/ommongodb/ommongodb.c | |
parent | 9d945773a757ce87b587e5c6642f63e5626ca44c (diff) | |
download | rsyslog-1c71b9628b08cfe867f94a7f35e6bd74db5a9673.tar.gz rsyslog-1c71b9628b08cfe867f94a7f35e6bd74db5a9673.tar.bz2 rsyslog-1c71b9628b08cfe867f94a7f35e6bd74db5a9673.zip |
make rsyslog use the new json-c pkgconfig file if available
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 dd997410..64d501d3 100644 --- a/plugins/ommongodb/ommongodb.c +++ b/plugins/ommongodb/ommongodb.c @@ -33,7 +33,7 @@ #include <stdint.h> #include <time.h> #include <mongo.h> -#include <json/json.h> +#include <json.h> /* For struct json_object_iter, should not be necessary in future versions */ #include <json/json_object_private.h> |