aboutsummaryrefslogtreecommitdiff
path: root/gdb/m32r-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/m32r-tdep.h')
-rw-r--r--gdb/m32r-tdep.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/m32r-tdep.h b/gdb/m32r-tdep.h
index ba6bad9..22c333c 100644
--- a/gdb/m32r-tdep.h
+++ b/gdb/m32r-tdep.h
@@ -20,7 +20,9 @@
#ifndef M32R_TDEP_H
#define M32R_TDEP_H
-struct gdbarch_tdep
+#include "gdbarch.h"
+
+struct m32r_gdbarch_tdep : gdbarch_tdep
{
/* gdbarch target dependent data here. Currently unused for M32R. */
};