aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/arm
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-14 23:23:16 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-14 23:23:16 +0000
commitf88e2c522619b049d88e74bd535111cc17a270cd (patch)
treea3a5e2639c05fc4fb61881e747e18f7f80680063 /gdb/config/arm
parent0981ead9af62fb19cb902ad00ff0ff0641cf9321 (diff)
downloadgdb-f88e2c522619b049d88e74bd535111cc17a270cd.zip
gdb-f88e2c522619b049d88e74bd535111cc17a270cd.tar.gz
gdb-f88e2c522619b049d88e74bd535111cc17a270cd.tar.bz2
Include regcache.h
Diffstat (limited to 'gdb/config/arm')
-rw-r--r--gdb/config/arm/tm-arm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/arm/tm-arm.h b/gdb/config/arm/tm-arm.h
index 17e67fe..5df0454 100644
--- a/gdb/config/arm/tm-arm.h
+++ b/gdb/config/arm/tm-arm.h
@@ -22,6 +22,8 @@
#ifndef TM_ARM_H
#define TM_ARM_H
+#include "regcache.h"
+
/* Forward declarations for prototypes. */
struct type;
struct value;