From bf67cfd6ac01107cd4d400a604ccd76b41dfb48e Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 14 Jan 2008 19:29:31 +0000 Subject: Add #ifdef for Avahi includes in ephy-bookmarks.c. Bug #509325. svn path=/trunk/; revision=7863 --- src/bookmarks/ephy-bookmarks.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c index 535ac17f0..fef159d0a 100644 --- a/src/bookmarks/ephy-bookmarks.c +++ b/src/bookmarks/ephy-bookmarks.c @@ -46,11 +46,14 @@ #include #include #include + +#ifdef ENABLE_ZEROCONF #include #include #include #include #include +#endif /* ENABLE_ZEROCONF */ #define EPHY_BOOKMARKS_XML_ROOT "ephy_bookmarks" #define EPHY_BOOKMARKS_XML_VERSION "1.03" -- cgit v1.2.3