diff options
author | Alan Modra <amodra@gmail.com> | 2000-04-14 04:16:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-04-14 04:16:58 +0000 |
commit | 0d8dfecfe98596d2999f2616d7f2b904260022cc (patch) | |
tree | eb077455fa5f3dc620e359225623927dddba8905 /opcodes/alpha-opc.c | |
parent | 12ff5d5690066cac0467274b17afc1fbabaa04a4 (diff) | |
download | fsf-binutils-gdb-0d8dfecfe98596d2999f2616d7f2b904260022cc.zip fsf-binutils-gdb-0d8dfecfe98596d2999f2616d7f2b904260022cc.tar.gz fsf-binutils-gdb-0d8dfecfe98596d2999f2616d7f2b904260022cc.tar.bz2 |
More portability patches. Include sysdep.h everywhere.
Diffstat (limited to 'opcodes/alpha-opc.c')
-rw-r--r-- | opcodes/alpha-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/alpha-opc.c b/opcodes/alpha-opc.c index 7a8ca59..9945891 100644 --- a/opcodes/alpha-opc.c +++ b/opcodes/alpha-opc.c @@ -21,7 +21,7 @@ 02111-1307, USA. */ #include <stdio.h> -#include "ansidecl.h" +#include "sysdep.h" #include "opcode/alpha.h" #include "bfd.h" #include "opintl.h" |