summaryrefslogtreecommitdiff
path: root/gdb/hppa-hpux-tdep.c
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-05-13 13:02:54 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-05-13 13:02:54 +0000
commit0bae79f1381943e3d739cf1cb9c60f0feffb54fb (patch)
tree31f6e372eed4f24604f13bf677209cdff503c946 /gdb/hppa-hpux-tdep.c
parent83de048fa71f0cf66aad16a8841ac3db8e6af7d4 (diff)
downloadgdb-0bae79f1381943e3d739cf1cb9c60f0feffb54fb.tar.gz
* hppa-hpux-tdep.c: Include "regcache.h".
* hppa-linux-tdep.c: Likewise. * hppa-tdep.c: Include "gdb_stdint.h". (find_unwind_entry): Cast host pointer to uintptr_t before passing it to paddr_nz. * Makefile.in: Update dependencies.
Diffstat (limited to 'gdb/hppa-hpux-tdep.c')
-rw-r--r--gdb/hppa-hpux-tdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/hppa-hpux-tdep.c b/gdb/hppa-hpux-tdep.c
index ea4319e4375..05f8d838a62 100644
--- a/gdb/hppa-hpux-tdep.c
+++ b/gdb/hppa-hpux-tdep.c
@@ -35,6 +35,7 @@
#include "solib-som.h"
#include "solib-pa64.h"
#include "regset.h"
+#include "regcache.h"
#include "exceptions.h"
#include "gdb_string.h"