aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-extension.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-20 21:55:06 +0800
committerXan Lopez <xan@igalia.com>2012-01-20 21:55:06 +0800
commitb7db069532878791e07eb53561ad08b01750fbab (patch)
treee786f022eb0c1b080c6f0ac8f8a97e9a8b592ada /src/ephy-extension.h
parent4d2c47ec31e4351666d414bfe975d0230c79185d (diff)
downloadgsoc2013-epiphany-b7db069532878791e07eb53561ad08b01750fbab.tar
gsoc2013-epiphany-b7db069532878791e07eb53561ad08b01750fbab.tar.gz
gsoc2013-epiphany-b7db069532878791e07eb53561ad08b01750fbab.tar.bz2
gsoc2013-epiphany-b7db069532878791e07eb53561ad08b01750fbab.tar.lz
gsoc2013-epiphany-b7db069532878791e07eb53561ad08b01750fbab.tar.xz
gsoc2013-epiphany-b7db069532878791e07eb53561ad08b01750fbab.tar.zst
gsoc2013-epiphany-b7db069532878791e07eb53561ad08b01750fbab.zip
Be a bit more strict about header includes
Diffstat (limited to 'src/ephy-extension.h')
-rw-r--r--src/ephy-extension.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-extension.h b/src/ephy-extension.h
index 338933e57..ab4657c5a 100644
--- a/src/ephy-extension.h
+++ b/src/ephy-extension.h
@@ -25,6 +25,7 @@
#ifndef EPHY_EXTENSION_H
#define EPHY_EXTENSION_H
+#include "ephy-embed.h"
#include "ephy-window.h"
#include <glib-object.h>