Fix the remote-sim.c build
authorTom Tromey <tom@tromey.com>
Tue, 18 Jan 2022 21:12:23 +0000 (14:12 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 18 Jan 2022 21:12:23 +0000 (14:12 -0700)
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

index 3637fdb18bf0c7d11fea839948e3a6c19fbab0dd..39bddec77b3ab5de36b1d9a7a6cb8f7d7dea4e7d 100644 (file)
@@ -44,6 +44,7 @@
 #include "gdbsupport/byte-vector.h"
 #include "memory-map.h"
 #include "remote.h"
+#include "gdbsupport/buildargv.h"
 
 /* Prototypes */