diff options
author | Michael Snyder <msnyder@vmware.com> | 2001-12-27 19:52:31 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2001-12-27 19:52:31 +0000 |
commit | c38333241fd3d628a0e3565f5b5628058964074e (patch) | |
tree | 1e0c6fdbc59e27cb9f30ba93a158570c9eba9995 /gdb/i386-linux-nat.c | |
parent | fe95c7871a83a7a161e18eda83ef860b693ac817 (diff) | |
download | gdb-c38333241fd3d628a0e3565f5b5628058964074e.zip gdb-c38333241fd3d628a0e3565f5b5628058964074e.tar.gz gdb-c38333241fd3d628a0e3565f5b5628058964074e.tar.bz2 |
2001-12-27 Michael Snyder <msnyder@redhat.com>
* i386-linux-nat.c: Include i386-tdep.h.
Diffstat (limited to 'gdb/i386-linux-nat.c')
-rw-r--r-- | gdb/i386-linux-nat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/i386-linux-nat.c b/gdb/i386-linux-nat.c index e91c8fc..1b8ea4a 100644 --- a/gdb/i386-linux-nat.c +++ b/gdb/i386-linux-nat.c @@ -58,6 +58,9 @@ /* Prototypes for i387_supply_fsave etc. */ #include "i387-nat.h" +/* Defines for XMM0_REGNUM etc. */ +#include "i386-tdep.h" + /* Prototypes for local functions. */ static void dummy_sse_values (void); |