aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386b-nat.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-12-11 01:30:59 +0000
committerAndrew Cagney <cagney@redhat.com>1998-12-11 01:30:59 +0000
commit8b1773ee6a24cf8359229c0a8994799cb0966526 (patch)
treea8a0f547813d8ba21e755aec400f81038cfaa39a /gdb/i386b-nat.c
parentd8d144a0abc05ab336113b436dec61d45e277662 (diff)
downloadgdb-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.c1
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"