2002-02-13 Elena Zannoni <ezannoni@redhat.com>
* linux-proc.c: Add include of regcache.h. * Makefile.in (linux-proc.o): Add dependency on regcache.h.
This commit is contained in:
parent
76a7991b5b
commit
1e4d76e7d5
3 changed files with 7 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue