aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-linux-nat.c
diff options
context:
space:
mode:
authorRichard Earnshaw <richard.earnshaw@arm.com>2002-02-12 00:59:27 +0000
committerRichard Earnshaw <richard.earnshaw@arm.com>2002-02-12 00:59:27 +0000
commitaeb98c608928d002a6b4062ec7704447ccc9769d (patch)
tree82f69f26a8655f99880991e27c4e5f6e446b876a /gdb/arm-linux-nat.c
parent7650f1f04210df69e7cda799c531732adb89446e (diff)
downloadgdb-aeb98c608928d002a6b4062ec7704447ccc9769d.zip
gdb-aeb98c608928d002a6b4062ec7704447ccc9769d.tar.gz
gdb-aeb98c608928d002a6b4062ec7704447ccc9769d.tar.bz2
* arm-linux-nat.c: Really include arm-tdep.h.
* config/arm/tm-linux.h (struct type, struct value): Declare.
Diffstat (limited to 'gdb/arm-linux-nat.c')
-rw-r--r--gdb/arm-linux-nat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/arm-linux-nat.c b/gdb/arm-linux-nat.c
index 115e960..c8a1ddf 100644
--- a/gdb/arm-linux-nat.c
+++ b/gdb/arm-linux-nat.c
@@ -24,6 +24,8 @@
#include "gdb_string.h"
#include "regcache.h"
+#include "arm-tdep.h"
+
#include <sys/user.h>
#include <sys/ptrace.h>
#include <sys/utsname.h>