From dd9bdb5566c56a2bb67b09a67410b16e29004568 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 4 Sep 2013 10:07:16 +0200 Subject: bugfix: some more build problems with newer json-c versions Thanks to Michael Biebl for mentioning the problem. --- runtime/msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/msg.c') diff --git a/runtime/msg.c b/runtime/msg.c index 36cbd261..03906070 100644 --- a/runtime/msg.c +++ b/runtime/msg.c @@ -43,7 +43,7 @@ #include #include /* For struct json_object_iter, should not be necessary in future versions */ -#include +#include #if HAVE_MALLOC_H # include #endif -- cgit v1.2.3