aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2012-09-03 18:58:44 +0800
committerCarlos Garcia Campos <carlosgc@gnome.org>2012-09-03 18:58:44 +0800
commit51a379f461d8bd435054caafe265f102fb05399e (patch)
treeb5c73a241b0c6d638b54385ae1451620221c39af /lib
parent9ecd70bae96a0c08bca380c97bdf0b2b9e724d95 (diff)
downloadgsoc2013-epiphany-51a379f461d8bd435054caafe265f102fb05399e.tar
gsoc2013-epiphany-51a379f461d8bd435054caafe265f102fb05399e.tar.gz
gsoc2013-epiphany-51a379f461d8bd435054caafe265f102fb05399e.tar.bz2
gsoc2013-epiphany-51a379f461d8bd435054caafe265f102fb05399e.tar.lz
gsoc2013-epiphany-51a379f461d8bd435054caafe265f102fb05399e.tar.xz
gsoc2013-epiphany-51a379f461d8bd435054caafe265f102fb05399e.tar.zst
gsoc2013-epiphany-51a379f461d8bd435054caafe265f102fb05399e.zip
ephy-frecent-store: Fix the build with WebKit2
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-frecent-store.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/widgets/ephy-frecent-store.c b/lib/widgets/ephy-frecent-store.c
index 9954d3560..bf3d9ec91 100644
--- a/lib/widgets/ephy-frecent-store.c
+++ b/lib/widgets/ephy-frecent-store.c
@@ -24,6 +24,8 @@
#include "ephy-history-service.h"
#include "ephy-snapshot-service.h"
+#include <libsoup/soup.h>
+
#define EPHY_FRECENT_STORE_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_FRECENT_STORE, EphyFrecentStorePrivate))
struct _EphyFrecentStorePrivate