From 51a379f461d8bd435054caafe265f102fb05399e Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 3 Sep 2012 12:58:44 +0200 Subject: ephy-frecent-store: Fix the build with WebKit2 --- lib/widgets/ephy-frecent-store.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/widgets') 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 + #define EPHY_FRECENT_STORE_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_FRECENT_STORE, EphyFrecentStorePrivate)) struct _EphyFrecentStorePrivate -- cgit