diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-08-22 21:38:30 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-08-22 21:38:30 (GMT) |
commit | 4fb2ac107092671fe27fc3ebf9fc86dff7c3ec19 (patch) | |
tree | 92cf5860302b4ba485c85fef3062f1179a978560 /src/format/elf | |
parent | 0f73369ad9cd15cb17ae44aadfc035cb12778b93 (diff) |
Reorganized the global variables for the work queue singleton.
Diffstat (limited to 'src/format/elf')
-rw-r--r-- | src/format/elf/symbols.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |