diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-04-26 07:16:15 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-04-26 07:16:15 +0000 |
commit | 37fd381f862b3ad37bc798046a3a22ab8610c700 (patch) | |
tree | 61d512aaf03ab011593edfe1c856bc0685388313 /gdb/ia64-tdep.c | |
parent | 29b8812b524a7f639bb1dcc5829f9f137f9a5874 (diff) | |
download | gdb-37fd381f862b3ad37bc798046a3a22ab8610c700.tar.gz |
Add arch-utils.h to IA-64 *-tdep.c files.
Diffstat (limited to 'gdb/ia64-tdep.c')
-rw-r--r-- | gdb/ia64-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ia64-tdep.c b/gdb/ia64-tdep.c index a48657ce2e7..2ff87806a14 100644 --- a/gdb/ia64-tdep.c +++ b/gdb/ia64-tdep.c @@ -23,6 +23,7 @@ #include "inferior.h" #include "symfile.h" /* for entry_point_address */ #include "gdbcore.h" +#include "arch-utils.h" #include "floatformat.h" #include "objfiles.h" |