From: Tom Tromey Date: Tue, 18 Jan 2022 21:12:23 +0000 (-0700) Subject: Fix the remote-sim.c build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72a52f2a86f33434a511da11fae0471253df068d;p=binutils-gdb.git 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 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 */