diff options
author | Jason Molenda <crash@cygnus> | 1995-04-25 18:07:43 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1995-04-25 18:07:43 +0000 |
commit | 0c3c868b2bc9f03b4ff17af5124be590ae370b22 (patch) | |
tree | dd7a2fb05dba67e302f84bd9a6844c881b8a7d54 /bfd/hosts | |
parent | eddd19426e8ebb48dc434fc3ee4d049f9da0cbf0 (diff) | |
download | gdb-0c3c868b2bc9f03b4ff17af5124be590ae370b22.zip gdb-0c3c868b2bc9f03b4ff17af5124be590ae370b22.tar.gz gdb-0c3c868b2bc9f03b4ff17af5124be590ae370b22.tar.bz2 |
* hosts/std-host.h: #include ansidecl.h 'cause PTR is used in
std-host.h.
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/std-host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/hosts/std-host.h b/bfd/hosts/std-host.h index 783eff9..6ce80da 100644 --- a/bfd/hosts/std-host.h +++ b/bfd/hosts/std-host.h @@ -7,6 +7,7 @@ #include <ctype.h> #include <string.h> #include <sys/file.h> +#include "ansidecl.h" #ifndef O_ACCMODE #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) |