summaryrefslogtreecommitdiff
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
commit3e44f89e68542205dabaad43f1529bf818a1b2f9 (patch)
tree8a85565fe704c4abda3c1375ca9d633e90030744 /gdb/dsrec.c
parent2d88edc567cb6f679e72f92b1424252f546ac123 (diff)
downloadgdb-3e44f89e68542205dabaad43f1529bf818a1b2f9.tar.gz
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 4f111bb810b..142260002ff 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);