summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
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 /runtime/msg.h
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 'runtime/msg.h')
-rw-r--r--runtime/msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/msg.h b/runtime/msg.h
index 6faf066a..ac220b63 100644
--- a/runtime/msg.h
+++ b/runtime/msg.h
@@ -30,7 +30,7 @@
#include <pthread.h>
#include <libestr.h>
-#include <json/json.h>
+#include <json.h>
#include "obj.h"
#include "syslogd-types.h"
#include "template.h"