diff options
Diffstat (limited to 'gdb/i386v4-nat.c')
-rw-r--r-- | gdb/i386v4-nat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/i386v4-nat.c b/gdb/i386v4-nat.c index 056ea7f..3ed273e 100644 --- a/gdb/i386v4-nat.c +++ b/gdb/i386v4-nat.c @@ -31,6 +31,9 @@ #include <sys/procfs.h> +/* Prototypes for supply_gregset etc. */ +#include "gregset.h" + /* The /proc interface divides the target machine's register set up into two different sets, the general register set (gregset) and the floating point register set (fpregset). For each set, there is an ioctl to get |