summaryrefslogtreecommitdiffstats
path: root/template.c
diff options
context:
space:
mode:
authorhwoarang <hwoarang@gentoo.org>2013-09-03 11:38:01 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-09-03 11:38:01 +0200
commit1c71b9628b08cfe867f94a7f35e6bd74db5a9673 (patch)
tree3681e59b19311d893d860c25c4b164ff19306266 /template.c
parent9d945773a757ce87b587e5c6642f63e5626ca44c (diff)
downloadrsyslog-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.c b/template.c
index b6752551..9cefa056 100644
--- a/template.c
+++ b/template.c
@@ -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"