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 /template.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 'template.c')
-rw-r--r-- | template.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ #include <string.h> #include <ctype.h> #include <assert.h> -#include <json/json.h> +#include <json.h> #include "stringbuf.h" #include "syslogd-types.h" #include "template.h" |