diff options
Diffstat (limited to 'src/format')
-rwxr-xr-x | src/format/dex/dex.c | 1 | ||||
-rw-r--r-- | src/format/dex/pool.c | 1 | ||||
-rw-r--r-- | src/format/elf/symbols.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/format/dex/dex.c b/src/format/dex/dex.c index b0b32a7..c2eaece 100755 --- a/src/format/dex/dex.c +++ b/src/format/dex/dex.c @@ -32,6 +32,7 @@ #include "dex-int.h" #include "pool.h" +#include "../../core/global.h" #include "../../plugins/pglist.h" diff --git a/src/format/dex/pool.c b/src/format/dex/pool.c index 0180b19..a561a8f 100644 --- a/src/format/dex/pool.c +++ b/src/format/dex/pool.c @@ -35,6 +35,7 @@ #include "loading.h" #include "../mangling/demangler.h" #include "../mangling/dex/context.h" +#include "../../core/global.h" diff --git a/src/format/elf/symbols.c b/src/format/elf/symbols.c index 62fae58..c6056ca 100644 --- a/src/format/elf/symbols.c +++ b/src/format/elf/symbols.c @@ -42,6 +42,7 @@ #include "../mangling/demangler.h" #include "../../arch/raw.h" #include "../../common/extstr.h" +#include "../../core/global.h" #include "../../core/params.h" #include "../../gui/panels/log.h" |