mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 23:17:03 +08:00
GP-187 - Gnu Demangler - added missing include statements in order to
fix warnings/errors Closes #2294
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libiberty.h"
|
||||
#include "demangle.h"
|
||||
#include "getopt.h"
|
||||
|
||||
Reference in New Issue
Block a user