aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-download-test.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 /tests/ephy-download-test.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 'tests/ephy-download-test.c')
-rw-r--r--tests/ephy-download-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ephy-download-test.c b/tests/ephy-download-test.c
index dbcd0057d..303410e5b 100644
--- a/tests/ephy-download-test.c
+++ b/tests/ephy-download-test.c
@@ -33,6 +33,7 @@
#include <glib.h>
#include <glib/gstdio.h>
#include <gtk/gtk.h>
+#include <libsoup/soup.h>
#include <string.h>
#define HTML_STRING "testing-ephy-download"