diff options
author | Xan Lopez <xan@igalia.com> | 2012-09-06 22:52:20 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-09-06 22:52:20 +0800 |
commit | a7dc87295d14d9f63e2093b15a53b535cfefa04c (patch) | |
tree | 47819066126b18f97708c28836a8b1e6a4cfa1c9 | |
parent | 8f3fe1347ba5145ef95573ea2e6b6276d8a3b39a (diff) | |
download | gsoc2013-epiphany-a7dc87295d14d9f63e2093b15a53b535cfefa04c.tar gsoc2013-epiphany-a7dc87295d14d9f63e2093b15a53b535cfefa04c.tar.gz gsoc2013-epiphany-a7dc87295d14d9f63e2093b15a53b535cfefa04c.tar.bz2 gsoc2013-epiphany-a7dc87295d14d9f63e2093b15a53b535cfefa04c.tar.lz gsoc2013-epiphany-a7dc87295d14d9f63e2093b15a53b535cfefa04c.tar.xz gsoc2013-epiphany-a7dc87295d14d9f63e2093b15a53b535cfefa04c.tar.zst gsoc2013-epiphany-a7dc87295d14d9f63e2093b15a53b535cfefa04c.zip |
ephy-overview: add missing include
-rw-r--r-- | embed/ephy-overview.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-overview.c b/embed/ephy-overview.c index dfba6a283..6cf7882cb 100644 --- a/embed/ephy-overview.c +++ b/embed/ephy-overview.c @@ -22,6 +22,7 @@ #include "config.h" #include "ephy-overview.h" +#include "ephy-embed-private.h" #include "ephy-embed-shell.h" #include "ephy-frecent-store.h" |