diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-13 04:42:10 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-13 04:42:10 +0000 |
commit | 44609707159e4bfa9e26a76be9ce559ca5824c61 (patch) | |
tree | 46ea4243abd48b25c1d44b3f77a843520c6b0243 /gtk/gtkhandlebox.c | |
parent | fa966c6aa755e27c6d470402bf06e86cc5d2fdc8 (diff) | |
download | gtk+-44609707159e4bfa9e26a76be9ce559ca5824c61.tar.gz |
Add missing include.
Diffstat (limited to 'gtk/gtkhandlebox.c')
-rw-r--r-- | gtk/gtkhandlebox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c index fd657f9553..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" |