diff options
Diffstat (limited to 'gdb/i386aix-nat.c')
-rw-r--r-- | gdb/i386aix-nat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/i386aix-nat.c b/gdb/i386aix-nat.c index 15e02b0..6a26380 100644 --- a/gdb/i386aix-nat.c +++ b/gdb/i386aix-nat.c @@ -47,11 +47,10 @@ extern int errno; #include <sys/reg.h> #endif -#include "ieee-float.h" +#include "floatformat.h" #include "target.h" -extern struct ext_format ext_format_i387; /* this table must line up with REGISTER_NAMES in tm-i386v.h */ /* symbols like 'EAX' come from <sys/reg.h> */ |