Add include of gdbarch.h.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 16 Jul 2019 00:21:36 +0000 (17:21 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 16 Jul 2019 00:21:36 +0000 (17:21 -0700)
gdb/ChangeLog:

* fbsd-nat.c: Include gdbarch.h.

gdb/ChangeLog
gdb/fbsd-nat.c

index bb2e8d1..5e086ca 100644 (file)
@@ -1,3 +1,7 @@
+2019-07-16  John Baldwin  <jhb@FreeBSD.org>
+
+       * fbsd-nat.c: Include gdbarch.h.
+
 2019-07-15  Tom Tromey  <tromey@adacore.com>
 
        * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
index b5be0b7..5f121fc 100644 (file)
@@ -23,6 +23,7 @@
 #include "inferior.h"
 #include "regcache.h"
 #include "regset.h"
+#include "gdbarch.h"
 #include "gdbcmd.h"
 #include "gdbthread.h"
 #include "gdbsupport/gdb_wait.h"