diff options
Diffstat (limited to 'gdb/arm-linux-nat.c')
-rw-r--r-- | gdb/arm-linux-nat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/arm-linux-nat.c b/gdb/arm-linux-nat.c index 466d1d1..7c8e04b 100644 --- a/gdb/arm-linux-nat.c +++ b/gdb/arm-linux-nat.c @@ -28,6 +28,9 @@ #include <sys/utsname.h> #include <sys/procfs.h> +/* Prototypes for supply_gregset etc. */ +#include "gregset.h" + extern int arm_apcs_32; #define typeNone 0x00 |