diff options
Diffstat (limited to 'lib/widgets')
-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 |