* findcmd.c: Add #include "gdb_stdint.h".
authorJoel Brobecker <brobecker@gnat.com>
Wed, 14 May 2008 04:23:03 +0000 (04:23 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 14 May 2008 04:23:03 +0000 (04:23 +0000)
        * Makefile.in (findcmd.o): Update dependencies.

gdb/ChangeLog
gdb/Makefile.in
gdb/findcmd.c

index a3e3c07..9833013 100644 (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
index c4b64b8..e062b0f 100644 (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) \
index a1dfaf3..ad8edc8 100644 (file)
@@ -23,6 +23,7 @@
 #include "gdbcmd.h"
 #include "value.h"
 #include "target.h"
+#include "gdb_stdint.h"
 
 /* Copied from bfd_put_bits.  */