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/i960-dis.c | |
parent | 12ff5d5690066cac0467274b17afc1fbabaa04a4 (diff) | |
download | gdb-0d8dfecfe98596d2999f2616d7f2b904260022cc.zip gdb-0d8dfecfe98596d2999f2616d7f2b904260022cc.tar.gz gdb-0d8dfecfe98596d2999f2616d7f2b904260022cc.tar.bz2 |
More portability patches. Include sysdep.h everywhere.
Diffstat (limited to 'opcodes/i960-dis.c')
-rw-r--r-- | opcodes/i960-dis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/i960-dis.c b/opcodes/i960-dis.c index c0bd848..7982085 100644 --- a/opcodes/i960-dis.c +++ b/opcodes/i960-dis.c @@ -16,6 +16,7 @@ along with this program; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "sysdep.h" #include "dis-asm.h" static const char *const reg_names[] = { |