* 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 a3e3c07b0e7ae7a70f0957275caa2155a61a22c3..98330131638c09003356aa631460e8e9834f1d05 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 c4b64b85aae56017f5653d20e8f9343aae5723b0..e062b0f6b7c7ca65681a1316d3eae907be0af4a1 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 a1dfaf3bb2cfe97ce74c7c054cd13d8ad60891c2..ad8edc8a896d278154d3e2d50cb9d4eb0d1d257e 100644 (file)
@@ -23,6 +23,7 @@
 #include "gdbcmd.h"
 #include "value.h"
 #include "target.h"
+#include "gdb_stdint.h"
 
 /* Copied from bfd_put_bits.  */
 
This page took 0.045513 seconds and 4 git commands to generate.