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

My earlier patch to move gdb_argv broke the remote-sim.c build.  This
patch fixes the bug.  I'm checking it in.
---
 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 */
 
-- 
2.31.1


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

only message in thread, other threads:[~2022-01-18 21:13 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:13 [pushed] 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).