diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/core/items.c | 1 | ||||
-rw-r--r-- | src/gui/dialogs/about.c | 3 | ||||
-rw-r--r-- | src/gui/dialogs/export_disass.c | 1 | ||||
-rw-r--r-- | src/gui/dialogs/gotox.c | 1 | ||||
-rw-r--r-- | src/gui/editor.c | 1 | ||||
-rw-r--r-- | src/gui/panels/bintree.c | 1 | ||||
-rw-r--r-- | src/gui/panels/bookmarks.c | 1 | ||||
-rw-r--r-- | src/gui/panels/errors.c | 1 | ||||
-rw-r--r-- | src/gui/panels/updating.h | 1 |
9 files changed, 11 insertions, 0 deletions
diff --git a/src/gui/core/items.c b/src/gui/core/items.c index 6c57b7b..2b93dfd 100644 --- a/src/gui/core/items.c +++ b/src/gui/core/items.c @@ -30,6 +30,7 @@ #include "global.h" +#include "../../analysis/binary.h" #include "../../analysis/db/items/move.h" diff --git a/src/gui/dialogs/about.c b/src/gui/dialogs/about.c index dd2faa3..574c7f2 100644 --- a/src/gui/dialogs/about.c +++ b/src/gui/dialogs/about.c @@ -30,6 +30,9 @@ #include <gdk/gdkkeysyms.h> +#include <config.h> + + #include "../../gtkext/easygtk.h" diff --git a/src/gui/dialogs/export_disass.c b/src/gui/dialogs/export_disass.c index 12fc51f..911e345 100644 --- a/src/gui/dialogs/export_disass.c +++ b/src/gui/dialogs/export_disass.c @@ -36,6 +36,7 @@ #include "../core/global.h" #include "../../common/extstr.h" +#include "../../core/columns.h" #include "../../core/global.h" #include "../../core/logs.h" #include "../../core/queue.h" diff --git a/src/gui/dialogs/gotox.c b/src/gui/dialogs/gotox.c index 2179960..9a8a1d2 100644 --- a/src/gui/dialogs/gotox.c +++ b/src/gui/dialogs/gotox.c @@ -31,6 +31,7 @@ #include <i18n.h> +#include "../../core/columns.h" #include "../../core/paths.h" #include "../../format/format.h" #include "../../format/symiter.h" diff --git a/src/gui/editor.c b/src/gui/editor.c index c46c137..f809848 100644 --- a/src/gui/editor.c +++ b/src/gui/editor.c @@ -45,6 +45,7 @@ #include "core/items.h" #include "panels/view.h" #include "tb/portions.h" +#include "../analysis/binary.h" #include "../common/extstr.h" #include "../core/global.h" #include "../core/logs.h" diff --git a/src/gui/panels/bintree.c b/src/gui/panels/bintree.c index c31bd88..e90179d 100644 --- a/src/gui/panels/bintree.c +++ b/src/gui/panels/bintree.c @@ -37,6 +37,7 @@ #include "../agroup.h" #include "../panel-int.h" #include "../core/global.h" +#include "../../analysis/binary.h" #include "../../core/queue.h" #include "../../gtkext/easygtk.h" #include "../../gtkext/gtkdisplaypanel.h" diff --git a/src/gui/panels/bookmarks.c b/src/gui/panels/bookmarks.c index 75d0a85..4601631 100644 --- a/src/gui/panels/bookmarks.c +++ b/src/gui/panels/bookmarks.c @@ -37,6 +37,7 @@ #include "../panel-int.h" #include "../core/global.h" +#include "../../analysis/binary.h" #include "../../analysis/db/items/bookmark.h" #include "../../core/params.h" #include "../../core/paths.h" diff --git a/src/gui/panels/errors.c b/src/gui/panels/errors.c index 873c939..ef956d9 100644 --- a/src/gui/panels/errors.c +++ b/src/gui/panels/errors.c @@ -36,6 +36,7 @@ #include "updating-int.h" #include "../panel-int.h" #include "../core/global.h" +#include "../../analysis/binary.h" #include "../../core/global.h" #include "../../core/paths.h" #include "../../core/queue.h" diff --git a/src/gui/panels/updating.h b/src/gui/panels/updating.h index 2293a02..b30574d 100644 --- a/src/gui/panels/updating.h +++ b/src/gui/panels/updating.h @@ -30,6 +30,7 @@ #include <gtk/gtk.h> +#include "../../glibext/delayed.h" #include "../../gtkext/gtkstatusstack.h" |