diff options
Diffstat (limited to 'gdb/alpha-bsd-tdep.h')
-rw-r--r-- | gdb/alpha-bsd-tdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/alpha-bsd-tdep.h b/gdb/alpha-bsd-tdep.h index 8c87e17..6e9719f 100644 --- a/gdb/alpha-bsd-tdep.h +++ b/gdb/alpha-bsd-tdep.h @@ -20,6 +20,8 @@ #ifndef ALPHA_BSD_TDEP_H #define ALPHA_BSD_TDEP_H +#include "gdbarch.h" + struct regcache; void alphabsd_supply_reg (struct regcache *, const char *, int); |