aboutsummaryrefslogtreecommitdiff
path: root/opcodes/arm-dis.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-10-27 18:14:17 +0000
committerNick Clifton <nickc@redhat.com>1999-10-27 18:14:17 +0000
commitcb6a5892d8ccf2d5db04df670e2a524e2bdb2bab (patch)
tree2bb5cf8d6581ec54a15a39cc0c904b9370f17c1e /opcodes/arm-dis.c
parent29c4c6b539b90397d6057b3e22e35b6337163a9c (diff)
downloadgdb-cb6a5892d8ccf2d5db04df670e2a524e2bdb2bab.zip
gdb-cb6a5892d8ccf2d5db04df670e2a524e2bdb2bab.tar.gz
gdb-cb6a5892d8ccf2d5db04df670e2a524e2bdb2bab.tar.bz2
fix compile time warnings.
Diffstat (limited to 'opcodes/arm-dis.c')
-rw-r--r--opcodes/arm-dis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c
index baac4a4..9687134 100644
--- a/opcodes/arm-dis.c
+++ b/opcodes/arm-dis.c
@@ -19,6 +19,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"
#define DEFINE_TABLE
#include "arm-opc.h"