diff options
Diffstat (limited to 'src/bookmarks/ephy-bookmarks.c')
-rw-r--r-- | src/bookmarks/ephy-bookmarks.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 <glib/gi18n.h> #include <gtk/gtkmessagedialog.h> #include <gtk/gtkdialog.h> + +#ifdef ENABLE_ZEROCONF #include <avahi-common/error.h> #include <avahi-gobject/ga-service-browser.h> #include <avahi-gobject/ga-service-resolver.h> #include <avahi-gobject/ga-client.h> #include <avahi-gobject/ga-enums.h> +#endif /* ENABLE_ZEROCONF */ #define EPHY_BOOKMARKS_XML_ROOT "ephy_bookmarks" #define EPHY_BOOKMARKS_XML_VERSION "1.03" |