From 7904e9613e0a2fc38e9abc06a916dea6a009c7b4 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 25 Feb 2020 18:14:19 -0700 Subject: Move gdb_argv to gdbsupport This moves the gdb_argv class to a new header in gdbsupport. --- gdb/compile/compile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/compile/compile.c') diff --git a/gdb/compile/compile.c b/gdb/compile/compile.c index 3b76e10..6794c93 100644 --- a/gdb/compile/compile.c +++ b/gdb/compile/compile.c @@ -44,6 +44,7 @@ #include "gdbsupport/gdb_unlinker.h" #include "gdbsupport/pathstuff.h" #include "gdbsupport/scoped_ignore_signal.h" +#include "gdbsupport/buildargv.h" -- cgit v1.1