From 4d265094c5d28e7192dec077ea56c2a6c199cb4a Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 21 Jun 2012 12:15:33 +0200 Subject: Include libsoup header explicitly when required Instead of relying on webkit header to include it. --- tests/ephy-download-test.c | 1 + tests/ephy-web-view-test.c | 1 + 2 files changed, 2 insertions(+) (limited to 'tests') 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 #include #include +#include #include #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 #include #include +#include #include #define HTML_STRING "testing-ephy-web-view" -- cgit v1.2.3