From 2be556032ed87b7627a135174339c5e5a0e8fc44 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 18 Oct 2005 20:04:08 +0000 Subject: add config.h inclusion to glib integration example git-svn-id: file:///home/lennart/svn/public/avahi/trunk@814 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- examples/glib-integration.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/glib-integration.c b/examples/glib-integration.c index fa68693..8957128 100644 --- a/examples/glib-integration.c +++ b/examples/glib-integration.c @@ -19,6 +19,10 @@ USA. ***/ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include -- cgit