diff options
author | Alan Modra <amodra@bigpond.net.au> | 2000-04-14 04:16:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2000-04-14 04:16:58 +0000 |
commit | 3064820596702b933733eb62af8418536d34d865 (patch) | |
tree | 204f7ad2bde0e7865faeb4e2e11556079fa02c3b /opcodes/mips-opc.c | |
parent | 3e76b2dad55c4737a819798e7a5a1a2e33785cf5 (diff) | |
download | binutils-redhat-3064820596702b933733eb62af8418536d34d865.tar.gz |
More portability patches. Include sysdep.h everywhere.
Diffstat (limited to 'opcodes/mips-opc.c')
-rw-r--r-- | opcodes/mips-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index 6cdd833027..b1000db069 100644 --- a/opcodes/mips-opc.c +++ b/opcodes/mips-opc.c @@ -20,7 +20,7 @@ along with this file; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <stdio.h> -#include "ansidecl.h" +#include "sysdep.h" #include "opcode/mips.h" /* Short hand so the lines aren't too long. */ |