diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1997-12-22 21:32:24 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1997-12-22 21:32:24 +0000 |
commit | 0a81bbf58f0d3cfdbc59056dc77e13f7c4689ef5 (patch) | |
tree | cc4b1ba17d3623733606dc96999f280bac66bb91 /gtk/gtktoolbar.h | |
parent | 162795e9839667a64df5014c060108331f5f3cfd (diff) | |
download | gtk+-0a81bbf58f0d3cfdbc59056dc77e13f7c4689ef5.tar.gz |
It compiles. Now I will add the toolbar example to testgtk.c - Federico
Diffstat (limited to 'gtk/gtktoolbar.h')
-rw-r--r-- | gtk/gtktoolbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktoolbar.h b/gtk/gtktoolbar.h index 0f409dadba..abd7fcf21a 100644 --- a/gtk/gtktoolbar.h +++ b/gtk/gtktoolbar.h @@ -24,6 +24,7 @@ #include <gdk/gdk.h> #include <gtk/gtkcontainer.h> #include <gtk/gtkenums.h> +#include <gtk/gtkpixmap.h> #ifdef __cplusplus |