diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-02-13 20:47:17 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-02-13 20:47:17 +0000 |
commit | 1e4d76e7d540ea26b91a1244114e6c22f8051381 (patch) | |
tree | 88cc769b87a4e26a427c07f84934a4976ce04311 /gdb/linux-proc.c | |
parent | 76a7991b5b0a7b78f31e4aabf35eea3d192f1b8b (diff) | |
download | gdb-1e4d76e7d540ea26b91a1244114e6c22f8051381.zip gdb-1e4d76e7d540ea26b91a1244114e6c22f8051381.tar.gz gdb-1e4d76e7d540ea26b91a1244114e6c22f8051381.tar.bz2 |
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.
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. */ |