diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-04 22:14:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-04 22:14:32 +0800 |
commit | 3c8efe4d0cf28961ab4953dc879da811de767637 (patch) | |
tree | 9ef8dac7c10f209a446e17dc05289336e1b5a6b0 /lib/ephy-file-helpers.c | |
parent | da5d9256984938434aea101a2d9ca615a91fa534 (diff) | |
download | gsoc2013-epiphany-3c8efe4d0cf28961ab4953dc879da811de767637.tar gsoc2013-epiphany-3c8efe4d0cf28961ab4953dc879da811de767637.tar.gz gsoc2013-epiphany-3c8efe4d0cf28961ab4953dc879da811de767637.tar.bz2 gsoc2013-epiphany-3c8efe4d0cf28961ab4953dc879da811de767637.tar.lz gsoc2013-epiphany-3c8efe4d0cf28961ab4953dc879da811de767637.tar.xz gsoc2013-epiphany-3c8efe4d0cf28961ab4953dc879da811de767637.tar.zst gsoc2013-epiphany-3c8efe4d0cf28961ab4953dc879da811de767637.zip |
Fix compiler warnings.
2006-01-04 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-adblock.c:
* lib/ephy-file-helpers.c:
Fix compiler warnings.
Diffstat (limited to 'lib/ephy-file-helpers.c')
-rw-r--r-- | lib/ephy-file-helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <libgnome/gnome-init.h> #include <libgnomevfs/gnome-vfs-utils.h> #include <libgnomevfs/gnome-vfs-file-info.h> +#include <libgnomevfs/gnome-vfs-ops.h> #include <libxml/xmlreader.h> /* bug http://bugzilla.gnome.org/show_bug.cgi?id=156687 */ |