diff options
Diffstat (limited to 'bfd')
-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 */ |