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/sparc-ll.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/sparc-ll.h')
-rw-r--r-- | bfd/hosts/sparc-ll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hosts/sparc-ll.h b/bfd/hosts/sparc-ll.h index 32618f2..d7a1181 100644 --- a/bfd/hosts/sparc-ll.h +++ b/bfd/hosts/sparc-ll.h @@ -1,6 +1,6 @@ /* Host definition file for Sun-4 running with gcc, using "long long" for addresses, to handle 64-bit target systems. */ - +#include <ansidecl.h> #include <fcntl.h> #include <errno.h> #include <stdio.h> |