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 /embed/ephy-embed-utils.c | |
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 'embed/ephy-embed-utils.c')
-rw-r--r-- | embed/ephy-embed-utils.c | 1 |
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" |