From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1936) id 379B73858404; Wed, 19 Jan 2022 16:32:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 379B73858404 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: John Baldwin To: gdb-cvs@sourceware.org Subject: [binutils-gdb] fbsd-nat: Add include for gdb_argv. X-Act-Checkin: binutils-gdb X-Git-Author: John Baldwin X-Git-Refname: refs/heads/master X-Git-Oldrev: 8ffb6df2aa60af2fae5378e2520fbf6bdd0b0962 X-Git-Newrev: 2ddd4c6082edcc92d57115152f8311f67b7bdd95 Message-Id: <20220119163246.379B73858404@sourceware.org> Date: Wed, 19 Jan 2022 16:32:46 +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: Wed, 19 Jan 2022 16:32:46 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D2ddd4c6082ed= cc92d57115152f8311f67b7bdd95 commit 2ddd4c6082edcc92d57115152f8311f67b7bdd95 Author: John Baldwin Date: Wed Jan 19 08:30:38 2022 -0800 fbsd-nat: Add include for gdb_argv. Diff: --- gdb/fbsd-nat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index ae5af02693e..c485fff6ed4 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -26,6 +26,7 @@ #include "gdbarch.h" #include "gdbcmd.h" #include "gdbthread.h" +#include "gdbsupport/buildargv.h" #include "gdbsupport/gdb_wait.h" #include "inf-ptrace.h" #include