diff options
author | Steve Chamberlain <sac@cygnus> | 1993-06-04 22:55:00 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-06-04 22:55:00 +0000 |
commit | 0cd22b6a8d1a25854fd24ab8bd6a75521091a223 (patch) | |
tree | 2a2ff12df7045cc30f40b3ec1aa8a419122f68b2 /bfd/hosts | |
parent | fbe5495ad3fa3087da29f05f73b323bca111325a (diff) | |
download | gdb-0cd22b6a8d1a25854fd24ab8bd6a75521091a223.zip gdb-0cd22b6a8d1a25854fd24ab8bd6a75521091a223.tar.gz gdb-0cd22b6a8d1a25854fd24ab8bd6a75521091a223.tar.bz2 |
include right headers
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/alphaosf.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bfd/hosts/alphaosf.h b/bfd/hosts/alphaosf.h index d8454f0..c3df539 100644 --- a/bfd/hosts/alphaosf.h +++ b/bfd/hosts/alphaosf.h @@ -7,14 +7,10 @@ #include <string.h> #include <sys/file.h> #include <alloca.h> +#include <stdlib.h> /* Make the basic types 64-bit quantities on the host */ #define HOST_64_BIT long -#ifndef DONTDECLARE_MALLOC -extern PTR EXFUN(malloc,(unsigned)); -extern PTR EXFUN(realloc, (PTR, unsigned)); -#endif - /* EXACT TYPES */ |