Fix the ia64 libunwind build
authorTom Tromey <tromey@adacore.com>
Wed, 31 Jul 2019 17:50:23 +0000 (11:50 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 1 Aug 2019 18:14:07 +0000 (12:14 -0600)
This fixes the ia64 libunwind build.

gdb/ChangeLog
2019-08-01  Tom Tromey  <tromey@adacore.com>

* ia64-libunwind-tdep.h (struct libunwind_descr): Include
gdbarch.h.

gdb/ChangeLog
gdb/ia64-libunwind-tdep.h

index c53df41..7dcbe7e 100644 (file)
@@ -1,3 +1,8 @@
+2019-08-01  Tom Tromey  <tromey@adacore.com>
+
+       * ia64-libunwind-tdep.h (struct libunwind_descr): Include
+       gdbarch.h.
+
 2019-08-01  Christian Biesinger  <cbiesinger@google.com>
 
        * s12z-tdep.c: Fix include path for s12z-opc.h.
index 3ad3d44..06a8d54 100644 (file)
@@ -36,6 +36,8 @@ struct frame_unwind;
    running on.  */
 #include "libunwind-ia64.h"
 
+#include "gdbarch.h"
+
 struct libunwind_descr
 {
   int (*gdb2uw) (int);