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:
Elena Zannoni 2002-02-13 20:47:17 +00:00
parent 76a7991b5b
commit 1e4d76e7d5
3 changed files with 7 additions and 1 deletions

View file

@ -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. */