summaryrefslogtreecommitdiff
blob: 0d99a30405599bd48652b762acf98dac66223a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- embed/ephy-embed-shell.c.old	2010-03-10 11:43:01.773638266 +0000
+++ embed/ephy-embed-shell.c	2010-03-10 11:43:21.957638633 +0000
@@ -21,6 +21,7 @@
 #include <config.h>
 
 #include <glib.h>
+#include <glib/gstdio.h>
 
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>

--- embed/ephy-favicon-cache.c.old	2010-03-10 11:45:38.433638346 +0000
+++ embed/ephy-favicon-cache.c	2010-03-10 11:46:05.265637902 +0000
@@ -39,6 +39,8 @@
 #include "ephy-glib-compat.h"
 
 #include <glib.h>
+#include <glib/gstdio.h>
+
 #include <gio/gio.h>
 
 #define EPHY_FAVICON_CACHE_XML_ROOT    (const xmlChar *)"ephy_favicons_cache"