diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/panels/log.c | 3 | ||||
-rw-r--r-- | src/gui/panels/panel-int.h | 1 | ||||
-rw-r--r-- | src/gui/tb/toolbar.c | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/panels/log.c b/src/gui/panels/log.c index 0baa3a4..e0be732 100644 --- a/src/gui/panels/log.c +++ b/src/gui/panels/log.c @@ -28,6 +28,9 @@ #include <malloc.h> #include <stdarg.h> #include <stdio.h> +#include <gtk/gtkscrolledwindow.h> +#include <gtk/gtktreestore.h> +#include <gtk/gtktreeview.h> diff --git a/src/gui/panels/panel-int.h b/src/gui/panels/panel-int.h index def1934..c0f9e34 100644 --- a/src/gui/panels/panel-int.h +++ b/src/gui/panels/panel-int.h @@ -29,6 +29,7 @@ #include "panel.h" +#include <gtk/gtkbin.h> #include <gtk/gtkwidget.h> diff --git a/src/gui/tb/toolbar.c b/src/gui/tb/toolbar.c index fda1b7b..50f8968 100644 --- a/src/gui/tb/toolbar.c +++ b/src/gui/tb/toolbar.c @@ -25,6 +25,9 @@ #include "toolbar.h" +#include <gtk/gtkcontainer.h> + + #include "../editem-int.h" |