diff options
author | John Baldwin <jhb@FreeBSD.org> | 2019-07-15 17:21:36 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2019-07-15 17:21:36 -0700 |
commit | cbde90f25ec66b359c90514a50bbf25d122bb7e3 (patch) | |
tree | 60c43e4fb4aa5451ecd29f9a46af94d6fc37042d /gdb/fbsd-nat.c | |
parent | 7e24fb63e7db33d3627623629b0e99fe322e26f9 (diff) | |
download | gdb-cbde90f25ec66b359c90514a50bbf25d122bb7e3.zip gdb-cbde90f25ec66b359c90514a50bbf25d122bb7e3.tar.gz gdb-cbde90f25ec66b359c90514a50bbf25d122bb7e3.tar.bz2 |
Add include of gdbarch.h.
gdb/ChangeLog:
* fbsd-nat.c: Include gdbarch.h.
Diffstat (limited to 'gdb/fbsd-nat.c')
-rw-r--r-- | gdb/fbsd-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |