diff options
Diffstat (limited to 'gdb/ppc-tdep.h')
-rw-r--r-- | gdb/ppc-tdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h index 9297fe2..1749f47 100644 --- a/gdb/ppc-tdep.h +++ b/gdb/ppc-tdep.h @@ -20,6 +20,8 @@ #ifndef PPC_TDEP_H #define PPC_TDEP_H +#include "gdbarch.h" + struct gdbarch; struct frame_info; struct value; |