summaryrefslogtreecommitdiff
path: root/gdb/ia64-linux-nat.c
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2005-01-15 00:10:02 +0000
committerJeff Johnston <jjohnstn@redhat.com>2005-01-15 00:10:02 +0000
commit949df321ecbb3a593f36d10b03b68ba753acd061 (patch)
tree96c62088653f4d6f7a7aa95f55ce542db0122342 /gdb/ia64-linux-nat.c
parentaa23c537d8e7017f587b64af498c3fd04db4a5cf (diff)
downloadbinutils-gdb-949df321ecbb3a593f36d10b03b68ba753acd061.tar.gz
2005-01-14 Jeff Johnston <jjohnstn@redhat.com>
* ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
Diffstat (limited to 'gdb/ia64-linux-nat.c')
-rw-r--r--gdb/ia64-linux-nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ia64-linux-nat.c b/gdb/ia64-linux-nat.c
index 285567c9bbe..bfa177c13c1 100644
--- a/gdb/ia64-linux-nat.c
+++ b/gdb/ia64-linux-nat.c
@@ -1,7 +1,7 @@
/* Functions specific to running gdb native on IA-64 running
GNU/Linux.
- Copyright 1999, 2000, 2001, 2002, 2003, 2004
+ Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GDB.
@@ -27,6 +27,7 @@
#include "target.h"
#include "gdbcore.h"
#include "regcache.h"
+#include "ia64-tdep.h"
#include <signal.h>
#include <sys/ptrace.h>