diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-31 20:05:24 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-31 20:05:24 +0000 |
commit | 5bd67f350dcfb169f7bf90c2e9fa94f4131a9d77 (patch) | |
tree | 903c7408a5ba84d01c2bd6f929f6124b5f4064da /opcodes/arc-opc.c | |
parent | 902d7086d7f14120417f882db284a3b7be227208 (diff) | |
download | gdb-5bd67f350dcfb169f7bf90c2e9fa94f4131a9d77.zip gdb-5bd67f350dcfb169f7bf90c2e9fa94f4131a9d77.tar.gz gdb-5bd67f350dcfb169f7bf90c2e9fa94f4131a9d77.tar.bz2 |
* 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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/arc-opc.c b/opcodes/arc-opc.c index b05edf0..b7afb86 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" |