| commit | 72a52f2a86f33434a511da11fae0471253df068d | [log] [tgz] | 
|---|---|---|
| author | Tom Tromey <tom@tromey.com> | Tue Jan 18 14:12:23 2022 -0700 | 
| committer | Tom Tromey <tom@tromey.com> | Tue Jan 18 14:12:23 2022 -0700 | 
| tree | 91baa83934fc0c2b5d5d148562b543f2be47ce79 | |
| parent | 91f94053dd72ea88a4d282f94836bc4c0d6c0785 [diff] | 
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 --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 3637fdb..39bddec 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 */