summaryrefslogtreecommitdiffstats
path: root/runtime/msg.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 /runtime/msg.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 'runtime/msg.c')
-rw-r--r--runtime/msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/msg.c b/runtime/msg.c
index 67d957d1..36cbd261 100644
--- a/runtime/msg.c
+++ b/runtime/msg.c
@@ -41,7 +41,7 @@
#endif
#include <netdb.h>
#include <libestr.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>
#if HAVE_MALLOC_H