* x86-64-tdep.c: Include "regset.h".
authorMark Kettenis <kettenis@gnu.org>
Sun, 5 Oct 2003 22:02:49 +0000 (22:02 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 5 Oct 2003 22:02:49 +0000 (22:02 +0000)
gdb/ChangeLog
gdb/x86-64-tdep.c

index 4036992..1d01634 100644 (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.
index d17ee8c..81d32a2 100644 (file)
@@ -32,6 +32,7 @@
 #include "gdbcore.h"
 #include "objfiles.h"
 #include "regcache.h"
+#include "regset.h"
 #include "symfile.h"
 
 #include "gdb_assert.h"