From: John Baldwin Date: Wed, 19 Jan 2022 16:30:38 +0000 (-0800) Subject: fbsd-nat: Add include for gdb_argv. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ddd4c6082edcc92d57115152f8311f67b7bdd95;p=binutils-gdb.git fbsd-nat: Add include for gdb_argv. --- 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