diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-09-04 00:52:11 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-09-04 00:52:11 +0800 |
commit | eaa76f15cb8ee10af9cc44a5d2782c8c3fdcf402 (patch) | |
tree | 45c2944b02d82d269b8a32756968ee6bddf711e9 /src/bookmarks | |
parent | 50738fc2a6a54b361f56e9834771169fa094c09c (diff) | |
download | gsoc2013-epiphany-eaa76f15cb8ee10af9cc44a5d2782c8c3fdcf402.tar.gz gsoc2013-epiphany-eaa76f15cb8ee10af9cc44a5d2782c8c3fdcf402.tar.zst gsoc2013-epiphany-eaa76f15cb8ee10af9cc44a5d2782c8c3fdcf402.zip |
ephy-bookmarks-ui: we need to include the EphyNode header
Since it's used in the header file itself. This was working just
because other files including this also were including ephy-node.h
before.
Diffstat (limited to 'src/bookmarks')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-ui.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-ui.h b/src/bookmarks/ephy-bookmarks-ui.h index 85b4d3812..eb971ad77 100644 --- a/src/bookmarks/ephy-bookmarks-ui.h +++ b/src/bookmarks/ephy-bookmarks-ui.h @@ -24,8 +24,9 @@ #ifndef EPHY_BOOKMARKS_UI_H #define EPHY_BOOKMARKS_UI_H -#include "ephy-window.h" #include "egg-toolbars-model.h" +#include "ephy-node.h" +#include "ephy-window.h" #include <gtk/gtk.h> |