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:
thorpej 2001-10-05 18:47:42 +00:00
parent 34dbd19c49
commit 28a8ddfdd3
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#include "corefile.h"
#include "symtab.h"
#include <stdlib.h>
bfd *core_bfd;
int core_num_syms;
asymbol **core_syms;