From e8e41ff405522f52a07deb9ea4482fcadf0d6e95 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 8 Sep 2011 16:41:49 +0200 Subject: Include config.h if HAVE_CONFIG_H --- src/property_list_service.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/property_list_service.c') diff --git a/src/property_list_service.c b/src/property_list_service.c index 47b119f..0df04c7 100644 --- a/src/property_list_service.c +++ b/src/property_list_service.c @@ -18,6 +18,9 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef HAVE_CONFIG_H +#include +#endif #include #include -- cgit v1.1-32-gdbae