diff options
Diffstat (limited to 'src/panels')
-rw-r--r-- | src/panels/panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/panel.h b/src/panels/panel.h index 65887c7..73ef72b 100644 --- a/src/panels/panel.h +++ b/src/panels/panel.h @@ -27,7 +27,7 @@ #include <glib-object.h> -#include <gtk/gtkwidget.h> +#include <gtk/gtk.h> #include "../analysis/binary.h" |