diff options
author | Xan Lopez <xan@igalia.com> | 2013-03-02 22:37:36 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-03-02 22:37:36 +0800 |
commit | 4581f536abd91d6b33729722d4e51086bf0377c8 (patch) | |
tree | 5f458fbffd2ae2d752677abb58f50717f9bd3526 /src | |
parent | 3852359c303eef0be57b4a5997af14ed9f4b5835 (diff) | |
download | gsoc2013-epiphany-4581f536abd91d6b33729722d4e51086bf0377c8.tar gsoc2013-epiphany-4581f536abd91d6b33729722d4e51086bf0377c8.tar.gz gsoc2013-epiphany-4581f536abd91d6b33729722d4e51086bf0377c8.tar.bz2 gsoc2013-epiphany-4581f536abd91d6b33729722d4e51086bf0377c8.tar.lz gsoc2013-epiphany-4581f536abd91d6b33729722d4e51086bf0377c8.tar.xz gsoc2013-epiphany-4581f536abd91d6b33729722d4e51086bf0377c8.tar.zst gsoc2013-epiphany-4581f536abd91d6b33729722d4e51086bf0377c8.zip |
window-commands: fix WebKit2 build after 8a00f5c726c9
Diffstat (limited to 'src')
-rw-r--r-- | src/window-commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index d86ff06a1..3532d5adc 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -33,6 +33,7 @@ #include "ephy-embed-single.h" #include "ephy-embed-utils.h" #include "ephy-embed.h" +#include "ephy-favicon-helpers.h" #include "ephy-file-chooser.h" #include "ephy-file-helpers.h" #include "ephy-find-toolbar.h" |