diff options
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r-- | src/ephy-statusbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h index 34ad88ef5..ed6c44844 100644 --- a/src/ephy-statusbar.h +++ b/src/ephy-statusbar.h @@ -24,6 +24,7 @@ #define EPHY_STATUSBAR_H #include <gtk/gtkstatusbar.h> +#include <gtk/gtktooltips.h> G_BEGIN_DECLS @@ -43,6 +44,7 @@ struct EphyStatusbar GtkStatusbar parent; /*< public >*/ + GtkTooltips *tooltips; GtkWidget *security_frame; /*< private >*/ |