diff options
author | Steve Chamberlain <sac@cygnus> | 1993-07-30 18:17:38 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-07-30 18:17:38 +0000 |
commit | f751f474f45fdc636f466c876d6a62be27073d05 (patch) | |
tree | 4dcd3dfb4b501666e4f002c6a6561d2d69f2f70f /bfd/hosts/i386v.h | |
parent | 73e77bc3da324f24f974eab84e6d4e23f00b5ccb (diff) | |
download | gdb-f751f474f45fdc636f466c876d6a62be27073d05.zip gdb-f751f474f45fdc636f466c876d6a62be27073d05.tar.gz gdb-f751f474f45fdc636f466c876d6a62be27073d05.tar.bz2 |
d
Make sure ansidecl.h is included where needed.
Diffstat (limited to 'bfd/hosts/i386v.h')
-rw-r--r-- | bfd/hosts/i386v.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h index b81aa5b..f45bdbd 100644 --- a/bfd/hosts/i386v.h +++ b/bfd/hosts/i386v.h @@ -1,3 +1,4 @@ +#include <ansidecl.h> #include <fcntl.h> #include <errno.h> #include <stdio.h> |