diff options
Diffstat (limited to 'gdb/alpha-nat.c')
-rw-r--r-- | gdb/alpha-nat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/alpha-nat.c b/gdb/alpha-nat.c index 089e56f..e1b6e4e 100644 --- a/gdb/alpha-nat.c +++ b/gdb/alpha-nat.c @@ -199,6 +199,9 @@ kernel_u_size () #if defined(USE_PROC_FS) || defined(HAVE_GREGSET_T) #include <sys/procfs.h> +/* Prototypes for supply_gregset etc. */ +#include "gregset.h" + /* * See the comment in m68k-tdep.c regarding the utility of these functions. */ |