public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Fix the remote-sim.c build
@ 2022-01-18 21:14 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2022-01-18 21:14 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=72a52f2a86f33434a511da11fae0471253df068d

commit 72a52f2a86f33434a511da11fae0471253df068d
Author: Tom Tromey <tom@tromey.com>
Date:   Tue Jan 18 14:12:23 2022 -0700

    Fix the remote-sim.c build
    
    My earlier patch to move gdb_argv broke the remote-sim.c build.  This
    patch fixes the bug.  I'm checking it in.

Diff:
---
 gdb/remote-sim.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c
index 3637fdb18bf..39bddec77b3 100644
--- a/gdb/remote-sim.c
+++ b/gdb/remote-sim.c
@@ -44,6 +44,7 @@
 #include "gdbsupport/byte-vector.h"
 #include "memory-map.h"
 #include "remote.h"
+#include "gdbsupport/buildargv.h"
 
 /* Prototypes */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-18 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 21:14 [binutils-gdb] Fix the remote-sim.c build Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).