diff options
author | Cosimo Cecchi <cosimoc@src.gnome.org> | 2008-06-10 06:37:20 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2008-06-10 06:37:20 +0800 |
commit | e6d988259788b5d5eb1e2fda40cfb9c0f5c1700f (patch) | |
tree | 02c69f6027268e912a34f778a6eaaf524dd149c7 /embed/ephy-embed-shell.c | |
parent | 5296c935bf1faa6da9c4893060b2642e9a69962b (diff) | |
download | gsoc2013-epiphany-e6d988259788b5d5eb1e2fda40cfb9c0f5c1700f.tar.gz gsoc2013-epiphany-e6d988259788b5d5eb1e2fda40cfb9c0f5c1700f.tar.zst gsoc2013-epiphany-e6d988259788b5d5eb1e2fda40cfb9c0f5c1700f.zip |
Fix some build warnings. Bug #537487.
svn path=/trunk/; revision=8274
Diffstat (limited to 'embed/ephy-embed-shell.c')
-rw-r--r-- | embed/ephy-embed-shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index d13ad9886..9d9d8e6b6 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -23,6 +23,7 @@ #include <glib.h> #include <glib/gi18n.h> +#include <glib/gstdio.h> #include <gtk/gtk.h> #include "downloader-view.h" |