aboutsummaryrefslogtreecommitdiff
path: root/gdb/dsrec.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-08-28 00:49:31 +0000
committerAndrew Cagney <cagney@redhat.com>2003-08-28 00:49:31 +0000
commitcdcd555211255de4f4f1fd0d9ad0e11b16d5d81b (patch)
tree22cb10e901fbebefe6687234e3f4aef7f7f4e344 /gdb/dsrec.c
parentc58c6baf79230a89693a693654fa63f19edf641c (diff)
downloadgdb-cdcd555211255de4f4f1fd0d9ad0e11b16d5d81b.zip
gdb-cdcd555211255de4f4f1fd0d9ad0e11b16d5d81b.tar.gz
gdb-cdcd555211255de4f4f1fd0d9ad0e11b16d5d81b.tar.bz2
2003-08-27 Andrew Cagney <cagney@redhat.com>
* dsrec.c: Include "gdb_string.h". * Makefile.in (dsrec.o): Update dependencies.
Diffstat (limited to 'gdb/dsrec.c')
-rw-r--r--gdb/dsrec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/dsrec.c b/gdb/dsrec.c
index 4f111bb..1422600 100644
--- a/gdb/dsrec.c
+++ b/gdb/dsrec.c
@@ -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);