diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-06-21 18:15:33 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2012-06-21 18:45:21 +0800 |
commit | 4d265094c5d28e7192dec077ea56c2a6c199cb4a (patch) | |
tree | f45ac1b4f00347c0e87cf53644f894b3e88230bc /tests | |
parent | 994dffde1f3189ed628d4c211a9a2ea5ecdbd15e (diff) | |
download | gsoc2013-epiphany-4d265094c5d28e7192dec077ea56c2a6c199cb4a.tar.gz 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')
-rw-r--r-- | tests/ephy-download-test.c | 1 | ||||
-rw-r--r-- | tests/ephy-web-view-test.c | 1 |
2 files changed, 2 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" diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c index eb0bffd53..bd0f2f0ce 100644 --- a/tests/ephy-web-view-test.c +++ b/tests/ephy-web-view-test.c @@ -34,6 +34,7 @@ #include <glib.h> #include <glib/gstdio.h> #include <gtk/gtk.h> +#include <libsoup/soup.h> #include <string.h> #define HTML_STRING "testing-ephy-web-view" |