Need <stdlib.h> for malloc() protoype (to avoid warning on LP64).
XXX This patch probably isn't right, but I'm not interested in detangling the GNU include file nightmare right now.
This commit is contained in:
parent
34dbd19c49
commit
28a8ddfdd3
|
@ -24,6 +24,8 @@
|
||||||
#include "corefile.h"
|
#include "corefile.h"
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
bfd *core_bfd;
|
bfd *core_bfd;
|
||||||
int core_num_syms;
|
int core_num_syms;
|
||||||
asymbol **core_syms;
|
asymbol **core_syms;
|
||||||
|
|
Loading…
Reference in New Issue