diff options
Diffstat (limited to 'gdb/linux-proc.c')
-rw-r--r-- | gdb/linux-proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/linux-proc.c b/gdb/linux-proc.c index 8877d06..4a56573 100644 --- a/gdb/linux-proc.c +++ b/gdb/linux-proc.c @@ -24,6 +24,7 @@ #include <sys/procfs.h> /* for elf_gregset etc. */ #include <sys/stat.h> /* for struct stat */ #include <ctype.h> /* for isdigit */ +#include "regcache.h" /* for registers_changed */ #include "gregset.h" /* for gregset */ #include "gdbcore.h" /* for get_exec_file */ #include "gdbthread.h" /* for struct thread_info etc. */ |