diff options
author | Michael Snyder <msnyder@specifix.com> | 2001-12-27 19:52:31 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2001-12-27 19:52:31 +0000 |
commit | ebcd5d4d4978dfed9f3dd5a4aa1ce26e71c7529e (patch) | |
tree | 41108b7a4eef34bdf49c004894597a8a370b0a15 /gdb/i386-linux-nat.c | |
parent | 07aea95c5e3ead1981476b49aaac5831cad9c543 (diff) | |
download | gdb-ebcd5d4d4978dfed9f3dd5a4aa1ce26e71c7529e.tar.gz |
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 e91c8fc4dfc..1b8ea4aee18 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); |