diff options
Diffstat (limited to 'gtk/gtkhandlebox.c')
-rw-r--r-- | gtk/gtkhandlebox.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c index 3c00e4a00c..eb22c456be 100644 --- a/gtk/gtkhandlebox.c +++ b/gtk/gtkhandlebox.c @@ -27,6 +27,7 @@ #include <config.h> #include <stdlib.h> +#include "gtkalias.h" #include "gtkhandlebox.h" #include "gtkinvisible.h" #include "gtkmain.h" @@ -274,7 +275,7 @@ gtk_handle_box_class_init (GtkHandleBoxClass *class) GTK_TYPE_WIDGET); } -GtkHandleBoxPrivate * +static GtkHandleBoxPrivate * gtk_handle_box_get_private (GtkHandleBox *hb) { GtkHandleBoxPrivate *private; |