diff options
Diffstat (limited to 'gdb/ptx4-nat.c')
-rw-r--r-- | gdb/ptx4-nat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ptx4-nat.c b/gdb/ptx4-nat.c index a7acee27149..2ff79953eb2 100644 --- a/gdb/ptx4-nat.c +++ b/gdb/ptx4-nat.c @@ -26,6 +26,9 @@ #include <sys/param.h> #include <fcntl.h> +/* Prototypes for supply_gregset etc. */ +#include "gregset.h" + /* Given a pointer to a general register set in /proc format (gregset_t *), unpack the register contents and supply them as gdb's idea of the current register values. */ |