summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-01-18 14:12:23 -0700
committerTom Tromey <tom@tromey.com>2022-01-18 14:12:23 -0700
commit72a52f2a86f33434a511da11fae0471253df068d (patch)
tree91baa83934fc0c2b5d5d148562b543f2be47ce79 /gdb
parent91f94053dd72ea88a4d282f94836bc4c0d6c0785 (diff)
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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/remote-sim.c1
1 files changed, 1 insertions, 0 deletions
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 */