From: John Baldwin Date: Tue, 16 Jul 2019 00:21:36 +0000 (-0700) Subject: Add include of gdbarch.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cbde90f25ec66b359c90514a50bbf25d122bb7e3;p=binutils-gdb.git Add include of gdbarch.h. gdb/ChangeLog: * fbsd-nat.c: Include gdbarch.h. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bb2e8d133f1..5e086ca15a4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-07-16 John Baldwin + + * fbsd-nat.c: Include gdbarch.h. + 2019-07-15 Tom Tromey * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest. diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index b5be0b7a3df..5f121fc6f2a 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -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"