From 72a52f2a86f33434a511da11fae0471253df068d Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 18 Jan 2022 14:12:23 -0700 Subject: Fix the remote-sim.c build My earlier patch to move gdb_argv broke the remote-sim.c build. This patch fixes the bug. I'm checking it in. --- gdb/remote-sim.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb') diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 3637fdb18b..39bddec77b 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" /* Prototypes */ -- cgit v1.2.3