2003-08-27 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Thu, 28 Aug 2003 00:49:31 +0000 (00:49 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 28 Aug 2003 00:49:31 +0000 (00:49 +0000)
* dsrec.c: Include "gdb_string.h".
* Makefile.in (dsrec.o): Update dependencies.

gdb/ChangeLog
gdb/Makefile.in
gdb/dsrec.c

index ff1877d8128f3ba26c4963c366ab81fab5ee66fb..43fcf73e1df3424d237d9929023a492a529f2693 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-27  Andrew Cagney  <cagney@redhat.com>
+
+       * dsrec.c: Include "gdb_string.h".
+       * Makefile.in (dsrec.o): Update dependencies.
+
 2003-08-27  Michael Chastain  <mec@shout.net>
 
        * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
index 39dfab2b8c114d9808e99ce4a2a53b688990daa6..67594df1d9cdeb233e7c93408e6b8323fc2930a1 100644 (file)
@@ -1701,7 +1701,8 @@ disasm.o: disasm.c $(defs_h) $(target_h) $(value_h) $(ui_out_h) \
 doublest.o: doublest.c $(defs_h) $(doublest_h) $(floatformat_h) \
        $(gdb_assert_h) $(gdb_string_h) $(gdbtypes_h)
 dpx2-nat.o: dpx2-nat.c $(defs_h) $(gdbcore_h) $(gdb_string_h)
-dsrec.o: dsrec.c $(defs_h) $(serial_h) $(srec_h) $(gdb_assert_h)
+dsrec.o: dsrec.c $(defs_h) $(serial_h) $(srec_h) $(gdb_assert_h) \
+       $(gdb_string_h)
 dummy-frame.o: dummy-frame.c $(defs_h) $(dummy_frame_h) $(regcache_h) \
        $(frame_h) $(inferior_h) $(gdb_assert_h) $(frame_unwind_h) \
        $(command_h) $(gdbcmd_h)
index 4f111bb810ba42d72085ec9e7fae10f8018c229c..142260002ff8dcec2ab9dce81ac2ede065ec309b 100644 (file)
@@ -24,6 +24,7 @@
 #include "srec.h"
 #include <time.h>
 #include "gdb_assert.h"
+#include "gdb_string.h"
 
 extern void report_transfer_performance (unsigned long, time_t, time_t);
 
This page took 0.043478 seconds and 4 git commands to generate.