diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-09-03 18:58:44 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2012-09-03 18:58:44 +0800 |
commit | 51a379f461d8bd435054caafe265f102fb05399e (patch) | |
tree | b5c73a241b0c6d638b54385ae1451620221c39af /lib | |
parent | 9ecd70bae96a0c08bca380c97bdf0b2b9e724d95 (diff) | |
download | gsoc2013-epiphany-51a379f461d8bd435054caafe265f102fb05399e.tar.gz 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.c | 2 |
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 |