aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-utils.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2012-06-21 18:15:33 +0800
committerCarlos Garcia Campos <carlosgc@gnome.org>2012-06-21 18:45:21 +0800
commit4d265094c5d28e7192dec077ea56c2a6c199cb4a (patch)
treef45ac1b4f00347c0e87cf53644f894b3e88230bc /embed/ephy-embed-utils.c
parent994dffde1f3189ed628d4c211a9a2ea5ecdbd15e (diff)
downloadgsoc2013-epiphany-4d265094c5d28e7192dec077ea56c2a6c199cb4a.tar
gsoc2013-epiphany-4d265094c5d28e7192dec077ea56c2a6c199cb4a.tar.gz
gsoc2013-epiphany-4d265094c5d28e7192dec077ea56c2a6c199cb4a.tar.bz2
gsoc2013-epiphany-4d265094c5d28e7192dec077ea56c2a6c199cb4a.tar.lz
gsoc2013-epiphany-4d265094c5d28e7192dec077ea56c2a6c199cb4a.tar.xz
gsoc2013-epiphany-4d265094c5d28e7192dec077ea56c2a6c199cb4a.tar.zst
gsoc2013-epiphany-4d265094c5d28e7192dec077ea56c2a6c199cb4a.zip
Include libsoup header explicitly when required
Instead of relying on webkit header to include it.
Diffstat (limited to 'embed/ephy-embed-utils.c')
-rw-r--r--embed/ephy-embed-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-embed-utils.c b/embed/ephy-embed-utils.c
index 70c8a6c03..6c669f7c6 100644
--- a/embed/ephy-embed-utils.c
+++ b/embed/ephy-embed-utils.c
@@ -26,6 +26,7 @@
#include <string.h>
#include <glib/gi18n.h>
+#include <libsoup/soup.h>
#include "ephy-string.h"
#include "ephy-embed-utils.h"