diff options
author | John Baldwin <jhb@FreeBSD.org> | 2017-09-04 19:31:33 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2017-09-04 19:31:33 -0700 |
commit | 26562e73d8eb20c9b8289911cee557de8e5272c3 (patch) | |
tree | a8a9711a42b6ada8190eee0a3065a038d486afcb /gdb/amd64-fbsd-nat.c | |
parent | 0097251b8a2fcee7f536807328ea2b73a2f7c41c (diff) | |
download | gdb-26562e73d8eb20c9b8289911cee557de8e5272c3.zip gdb-26562e73d8eb20c9b8289911cee557de8e5272c3.tar.gz gdb-26562e73d8eb20c9b8289911cee557de8e5272c3.tar.bz2 |
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.
Diffstat (limited to 'gdb/amd64-fbsd-nat.c')
-rw-r--r-- | gdb/amd64-fbsd-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/amd64-fbsd-nat.c b/gdb/amd64-fbsd-nat.c index a22b82b..107b4f8 100644 --- a/gdb/amd64-fbsd-nat.c +++ b/gdb/amd64-fbsd-nat.c @@ -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. */ |