diff options
author | 2000-04-14 04:16:58 +0000 | |
---|---|---|
committer | 2000-04-14 04:16:58 +0000 | |
commit | 0d8dfecfe98596d2999f2616d7f2b904260022cc (patch) | |
tree | eb077455fa5f3dc620e359225623927dddba8905 /opcodes/avr-dis.c | |
parent | Portability fixes. (diff) | |
download | binutils-gdb-0d8dfecfe98596d2999f2616d7f2b904260022cc.tar.gz binutils-gdb-0d8dfecfe98596d2999f2616d7f2b904260022cc.tar.bz2 binutils-gdb-0d8dfecfe98596d2999f2616d7f2b904260022cc.zip |
More portability patches. Include sysdep.h everywhere.
Diffstat (limited to 'opcodes/avr-dis.c')
-rw-r--r-- | opcodes/avr-dis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/avr-dis.c b/opcodes/avr-dis.c index 78766869ffa..a2d0c29c31a 100644 --- a/opcodes/avr-dis.c +++ b/opcodes/avr-dis.c @@ -18,6 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "sysdep.h" #include "dis-asm.h" #include "opintl.h" |