summaryrefslogtreecommitdiff
path: root/opcodes/arc-opc.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-08-31 20:05:24 +0000
committerAndreas Jaeger <aj@suse.de>2001-08-31 20:05:24 +0000
commit180714c4fd8ef34751c7badef98b9837e6e050eb (patch)
treea7a04f38b00e27a787d5075e4a62c75253f1de52 /opcodes/arc-opc.c
parentd4254a679e6e8d77e11c827b7f4c05ea69233ced (diff)
downloadbinutils-redhat-180714c4fd8ef34751c7badef98b9837e6e050eb.tar.gz
* tic54x-opc.c: Add default initializers to avoid warnings.
* arc-opc.c: Include "sysdep.h" to get stdio.h as include file. * arc-ext.c: Likewise.
Diffstat (limited to 'opcodes/arc-opc.c')
-rw-r--r--opcodes/arc-opc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/arc-opc.c b/opcodes/arc-opc.c
index b05edf0012..b7afb86ac9 100644
--- a/opcodes/arc-opc.c
+++ b/opcodes/arc-opc.c
@@ -17,6 +17,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 <stdio.h>
#include "ansidecl.h"
#include "opcode/arc.h"