From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id D35493857C60; Tue, 18 Jan 2022 21:14:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D35493857C60 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom Tromey To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Fix the remote-sim.c build X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: 91f94053dd72ea88a4d282f94836bc4c0d6c0785 X-Git-Newrev: 72a52f2a86f33434a511da11fae0471253df068d Message-Id: <20220118211401.D35493857C60@sourceware.org> Date: Tue, 18 Jan 2022 21:14:01 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2022 21:14:01 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D72a52f2a86f3= 3434a511da11fae0471253df068d commit 72a52f2a86f33434a511da11fae0471253df068d Author: Tom Tromey Date: Tue Jan 18 14:12:23 2022 -0700 Fix the remote-sim.c build =20 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" =20 /* Prototypes */