From 629d4a54913c578d7b612f10d9b04addc8e0c7fb Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 25 Dec 2007 21:44:03 +0000 Subject: Wrap config.h include with conditionals Including the autotools generated config.h should always be conditional on the HAVE_CONFIG_H definitions. --- json-glib/json-array.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'json-glib/json-array.c') diff --git a/json-glib/json-array.c b/json-glib/json-array.c index d699bed..4141b47 100644 --- a/json-glib/json-array.c +++ b/json-glib/json-array.c @@ -17,7 +17,9 @@ * Emmanuele Bassi */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include "json-types.h" -- cgit v1.2.1