summaryrefslogtreecommitdiff
path: root/gdb/config/i386/tm-i386.h
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
commitffa03036da97b23b5c98e71c175d43ae76e54ae2 (patch)
tree3edcbed7d95eeece64180cbb5361ca73435e4e17 /gdb/config/i386/tm-i386.h
parentf1bdbbda3cf8cc6ad290409c7ac17e90264840be (diff)
downloadgdb-ffa03036da97b23b5c98e71c175d43ae76e54ae2.tar.gz
Include regcache.h
Diffstat (limited to 'gdb/config/i386/tm-i386.h')
-rw-r--r--gdb/config/i386/tm-i386.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/i386/tm-i386.h b/gdb/config/i386/tm-i386.h
index 66c867703e7..e8714995ab5 100644
--- a/gdb/config/i386/tm-i386.h
+++ b/gdb/config/i386/tm-i386.h
@@ -22,6 +22,8 @@
#ifndef TM_I386_H
#define TM_I386_H 1
+#include "regcache.h"
+
/* Forward declarations for prototypes. */
struct frame_info;
struct frame_saved_regs;