Add include of gdbarch.h.

gdb/ChangeLog:

	* fbsd-nat.c: Include gdbarch.h.
This commit is contained in:
John Baldwin
2019-07-15 17:21:36 -07:00
parent 7e24fb63e7
commit cbde90f25e
2 changed files with 5 additions and 0 deletions

View 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.

View 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"