Include "x86-xstate.h" for X86_XSTATE_* constants.

gdb/ChangeLog:

	* amd64-fbsd-nat.c: Add include of "x86-xstate.h".
	* i386-fbsd-nat.c: Likewise.
This commit is contained in:
John Baldwin 2017-09-04 19:31:33 -07:00
parent 0097251b8a
commit 26562e73d8
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2017-09-04 John Baldwin <jhb@FreeBSD.org>
* amd64-fbsd-nat.c: Add include of "x86-xstate.h".
* i386-fbsd-nat.c: Likewise.
2017-09-04 John Baldwin <jhb@FreeBSD.org>
* unittests/array-view-selftests.c: Add include of <array>.

View File

@ -34,6 +34,7 @@
#include "amd64-nat.h"
#include "x86-bsd-nat.h"
#include "x86-nat.h"
#include "x86-xstate.h"
/* Offset in `struct reg' where MEMBER is stored. */

View File

@ -30,6 +30,7 @@
#include "fbsd-nat.h"
#include "i386-tdep.h"
#include "x86-nat.h"
#include "x86-xstate.h"
#include "x86-bsd-nat.h"
#include "i386-bsd-nat.h"