* x86-64-tdep.c: Include "regset.h".

This commit is contained in:
Mark Kettenis 2003-10-05 22:02:49 +00:00
parent 473f17b043
commit 2c261faeaa
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2003-10-05 Mark Kettenis <kettenis@gnu.org>
* x86-64-tdep.c: Include "regset.h".
* i386-tdep.h (struct gdbarch_tdep): Add members gregset,
gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
sizeof_fpregset.

View File

@ -32,6 +32,7 @@
#include "gdbcore.h"
#include "objfiles.h"
#include "regcache.h"
#include "regset.h"
#include "symfile.h"
#include "gdb_assert.h"