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/m88k-dis.c | |
parent | 12ff5d5690066cac0467274b17afc1fbabaa04a4 (diff) | |
download | binutils-gdb-0d8dfecfe98596d2999f2616d7f2b904260022cc.tar.gz |
More portability patches. Include sysdep.h everywhere.
Diffstat (limited to 'opcodes/m88k-dis.c')
-rw-r--r-- | opcodes/m88k-dis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/m88k-dis.c b/opcodes/m88k-dis.c index 8af6b87929b..ef3f32a284b 100644 --- a/opcodes/m88k-dis.c +++ b/opcodes/m88k-dis.c @@ -20,6 +20,7 @@ You should have received a copy of the GNU General Public License 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 "opcode/m88k.h" #include "opintl.h" |