From 3c8efe4d0cf28961ab4953dc879da811de767637 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 4 Jan 2006 14:14:32 +0000 Subject: Fix compiler warnings. 2006-01-04 Christian Persch * lib/ephy-adblock.c: * lib/ephy-file-helpers.c: Fix compiler warnings. --- lib/ephy-adblock.c | 2 ++ lib/ephy-file-helpers.c | 1 + 2 files changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/ephy-adblock.c b/lib/ephy-adblock.c index ccb96ea64..9ba768c4b 100644 --- a/lib/ephy-adblock.c +++ b/lib/ephy-adblock.c @@ -56,4 +56,6 @@ ephy_adblock_should_load (EphyAdBlock *adblock, { return iface->should_load (adblock, url, check_type); } + + return TRUE; } diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index f9a665db9..a6db91d70 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -37,6 +37,7 @@ #include #include #include +#include #include /* bug http://bugzilla.gnome.org/show_bug.cgi?id=156687 */ -- cgit v1.2.3