Fix compiler warnings on FreeBSD.

This commit is contained in:
Andrew Cagney 1998-12-11 01:30:59 +00:00
parent d8d144a0ab
commit 8b1773ee6a
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,16 @@
Fri Dec 11 09:07:05 1998 Andrew Cagney <cagney@b1.cygnus.com>
* i386b-nat.c: Include "expression.h".
* symtab.h: Don't include "gnu-regex.h".
* solib.c (solib_add_common_symbols): Cast parameters passed to
make_cleanup to use the new make_cleanup_func typedef.
* inftarg.c: Include "wait.h" after, rather than before, <wait.h>.
"wait.h" was defining all WIF* macro's instead of filling in those
that <wait.h> missed.
Fri Dec 11 09:52:04 1998 Andrew Cagney <cagney@chook>
* gdbtk-cmds.c, mipsm3-nat.c, hppah-nat.c, infptrace.c,

View File

@ -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"