diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-12-12 18:05:45 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-12-12 18:05:45 (GMT) |
commit | dcc0438ff24efd5958b8d46940eb395ff2b7ed77 (patch) | |
tree | a977fdbd43abd34bbea73f1fd1aef89f364230f2 /src/gui/panels | |
parent | b3efd0bbc506e701ea9872f50b8b4db974f35954 (diff) |
Applied some code refactoring to remove usages of GBinFormat in favor of GExeFormat.
Diffstat (limited to 'src/gui/panels')
-rw-r--r-- | src/gui/panels/strings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/panels/strings.c b/src/gui/panels/strings.c index 7a927df..4f919b1 100644 --- a/src/gui/panels/strings.c +++ b/src/gui/panels/strings.c @@ -33,6 +33,7 @@ #include "../dialogs/gotox.h" #include "../../common/extstr.h" #include "../../core/params.h" +#include "../../format/format.h" #include "../../gtkext/easygtk.h" #include "../../gtkext/gtkdockable-int.h" |