From: Stu Grossman Date: Thu, 25 Jun 1992 23:11:26 +0000 (+0000) Subject: Declare free() for hpux. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad486d7771e8984944b388a868d1cf11439e34c7;p=binutils-gdb.git Declare free() for hpux. --- diff --git a/bfd/hosts/hppahpux.h b/bfd/hosts/hppahpux.h index 4c7f1dc9e0d..08e08140c30 100644 --- a/bfd/hosts/hppahpux.h +++ b/bfd/hosts/hppahpux.h @@ -6,6 +6,9 @@ #include #include #include + +void free(); + #ifndef O_ACCMODE #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif