* findcmd.c: Add #include "gdb_stdint.h".

* Makefile.in (findcmd.o): Update dependencies.
This commit is contained in:
Joel Brobecker 2008-05-14 04:23:03 +00:00
parent 468392fb66
commit 20c625669c
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-05-13 Joel Brobecker <brobecker@adacore.com>
* findcmd.c: Add #include "gdb_stdint.h".
* Makefile.in (findcmd.o): Update dependencies.
2008-05-11 David S. Miller <davem@davemloft.net>
* sparc-linux-tdep.c (sparc32_linux_init_abi): Remove

View File

@ -2137,7 +2137,7 @@ f-exp.o: f-exp.c $(defs_h) $(gdb_string_h) $(expression_h) $(value_h) \
$(parser_defs_h) $(language_h) $(f_lang_h) $(bfd_h) $(symfile_h) \
$(objfiles_h) $(block_h)
findcmd.o: findcmd.c $(defs_h) $(gdb_string_h) $(gdbcmd_h) $(value_h) \
$(target_h)
$(target_h) $(gdb_stdint_h)
findvar.o: findvar.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(frame_h) \
$(value_h) $(gdbcore_h) $(inferior_h) $(target_h) $(gdb_string_h) \
$(gdb_assert_h) $(floatformat_h) $(symfile_h) $(regcache_h) \

View File

@ -23,6 +23,7 @@
#include "gdbcmd.h"
#include "value.h"
#include "target.h"
#include "gdb_stdint.h"
/* Copied from bfd_put_bits. */