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 bb2e8d133f10e1713c9f331cba5b422564804f46..5e086ca15a48033751a5c0f06c6955aff9b4050b 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 b5be0b7a3df1be9799664a6314b6dff706b8d612..5f121fc6f2aca006cd65b62f1ae4dd28d1eaa5ca 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"
This page took 0.030494 seconds and 4 git commands to generate.