summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-09-03 11:54:20 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-09-03 11:54:20 +0200
commit8d4a5152cba02d35e55046a687eaddd56dc581fd (patch)
tree3299ddbeb81f4c6d6376017c3fb82a63be98c9c8 /runtime/msg.c
parent99e21ffa873e2ee3e12640f675e6c8556224229c (diff)
parent2a647f6b631ac733dd32dd5995867df213dff402 (diff)
downloadrsyslog-8d4a5152cba02d35e55046a687eaddd56dc581fd.tar.gz
rsyslog-8d4a5152cba02d35e55046a687eaddd56dc581fd.tar.bz2
rsyslog-8d4a5152cba02d35e55046a687eaddd56dc581fd.zip
Merge branch 'v7-stable'
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 14f03bbb..353f4e96 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