summaryrefslogtreecommitdiff
path: root/gdb/arm-linux-tdep.c
diff options
context:
space:
mode:
authorScott Bambrough <scottb@netwinder.org>2000-04-05 17:24:08 +0000
committerScott Bambrough <scottb@netwinder.org>2000-04-05 17:24:08 +0000
commite1330a42f575aca5a4d45540235d68cf59f50766 (patch)
treec0aa8d4e8af18443cbe1cf1d8b6401894f1fb436 /gdb/arm-linux-tdep.c
parent57cf6729bfbc3c2949ebda56dcb78e987d16a558 (diff)
downloadgdb-e1330a42f575aca5a4d45540235d68cf59f50766.tar.gz
2000-04-05 Scott Bambrough <scottb@netwinder.org>
* arm-linux-tdep.c: Resolve implicit function declarations by including target.h and value.h. Inclusion of symtab.h is no longer needed. * ChangeLog: Fix formatting of previous entry.
Diffstat (limited to 'gdb/arm-linux-tdep.c')
-rw-r--r--gdb/arm-linux-tdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/arm-linux-tdep.c b/gdb/arm-linux-tdep.c
index 76becf71c96..bf26300ff03 100644
--- a/gdb/arm-linux-tdep.c
+++ b/gdb/arm-linux-tdep.c
@@ -19,7 +19,8 @@
Boston, MA 02111-1307, USA. */
#include "defs.h"
-#include "symtab.h"
+#include "target.h"
+#include "value.h"
#include "gdbtypes.h"
#ifdef GET_LONGJMP_TARGET