diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/hosts/hppahpux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/hosts/hppahpux.h b/bfd/hosts/hppahpux.h index 4c7f1dc..08e0814 100644 --- a/bfd/hosts/hppahpux.h +++ b/bfd/hosts/hppahpux.h @@ -6,6 +6,9 @@ #include <ctype.h> #include <string.h> #include <sys/file.h> + +void free(); + #ifndef O_ACCMODE #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif |