From: John Baldwin Date: Tue, 16 Jul 2019 00:21:36 +0000 (-0700) Subject: Add include of gdbarch.h. X-Git-Tag: binutils-2_33~563 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbde90f25ec66b359c90514a50bbf25d122bb7e3;p=external%2Fbinutils.git Add include of gdbarch.h. gdb/ChangeLog: * fbsd-nat.c: Include gdbarch.h. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bb2e8d1..5e086ca 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 b5be0b7..5f121fc 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"