diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-12-11 01:30:59 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-12-11 01:30:59 +0000 |
commit | 8b1773ee6a24cf8359229c0a8994799cb0966526 (patch) | |
tree | a8a0f547813d8ba21e755aec400f81038cfaa39a /gdb/i386b-nat.c | |
parent | d8d144a0abc05ab336113b436dec61d45e277662 (diff) | |
download | gdb-8b1773ee6a24cf8359229c0a8994799cb0966526.zip gdb-8b1773ee6a24cf8359229c0a8994799cb0966526.tar.gz gdb-8b1773ee6a24cf8359229c0a8994799cb0966526.tar.bz2 |
Fix compiler warnings on FreeBSD.
Diffstat (limited to 'gdb/i386b-nat.c')
-rw-r--r-- | gdb/i386b-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/i386b-nat.c b/gdb/i386b-nat.c index 938b599..e784773 100644 --- a/gdb/i386b-nat.c +++ b/gdb/i386b-nat.c @@ -125,6 +125,7 @@ i386_register_u_addr (blockend, regnum) #endif /* !FETCH_INFERIOR_REGISTERS */ #ifdef FLOAT_INFO +#include "expression.h" #include "language.h" /* for local_hex_string */ #include "floatformat.h" |