summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-01-19 08:30:38 -0800
committerJohn Baldwin <jhb@FreeBSD.org>2022-01-19 08:30:38 -0800
commit2ddd4c6082edcc92d57115152f8311f67b7bdd95 (patch)
tree7945f1f4205fa8217328868fbe26eafcb36d3c9c /gdb
parent8ffb6df2aa60af2fae5378e2520fbf6bdd0b0962 (diff)
fbsd-nat: Add include for gdb_argv.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/fbsd-nat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c
index ae5af02693..c485fff6ed 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>