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
commitfc9b2cf1c68ab79fa4c9a0a6e2d77c7130c4cdf7 (patch)
tree0223dee6309fc347af8077f0619c02923e799d37 /gdb/ia64-linux-nat.c
parentf783f7d37ab3e19ec25ba07d1035bb9e8b724e78 (diff)
downloadgdb-fc9b2cf1c68ab79fa4c9a0a6e2d77c7130c4cdf7.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>