* Makefile.in (findcmd.o): Update dependencies.
+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
$(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) \
#include "gdbcmd.h"
#include "value.h"
#include "target.h"
+#include "gdb_stdint.h"
/* Copied from bfd_put_bits. */