[PUSHED OBV] fbsd-nat: Add include for gdb_argv.
John Baldwin
jhb@FreeBSD.org
Wed Jan 19 16:32:56 GMT 2022
---
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 <sys/types.h>
--
2.34.1
More information about the Gdb-patches
mailing list