diff options
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 54904fb3461..0fb779e113a 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -46,6 +46,7 @@ #include "gdbthread.h" #include "stack.h" #include "gdbcore.h" +#include "remote.h" #include "ax.h" #include "ax-gdb.h" @@ -3307,8 +3308,6 @@ tfile_interp_line (char *line, /* Parse the part of trace status syntax that is shared between the remote protocol and the trace file reader. */ -extern char *unpack_varlen_hex (char *buff, ULONGEST *result); - void parse_trace_status (char *line, struct trace_status *ts) { |