diff options
author | Tom Tromey <tom@tromey.com> | 2020-02-25 18:14:19 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2022-01-18 10:14:42 -0700 |
commit | 7904e9613e0a2fc38e9abc06a916dea6a009c7b4 (patch) | |
tree | 55c245504a0bb4dfce0eea29fc1e796789d0b0e5 /gdb/source.c | |
parent | 5947982f1dadfa72a6913f25cc4f56e137c7217e (diff) | |
download | gdb-7904e9613e0a2fc38e9abc06a916dea6a009c7b4.zip gdb-7904e9613e0a2fc38e9abc06a916dea6a009c7b4.tar.gz gdb-7904e9613e0a2fc38e9abc06a916dea6a009c7b4.tar.bz2 |
Move gdb_argv to gdbsupport
This moves the gdb_argv class to a new header in gdbsupport.
Diffstat (limited to 'gdb/source.c')
-rw-r--r-- | gdb/source.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/source.c b/gdb/source.c index 6bf4a4e..ab5cfc5 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -50,6 +50,7 @@ #include "observable.h" #include "build-id.h" #include "debuginfod-support.h" +#include "gdbsupport/buildargv.h" #define OPEN_MODE (O_RDONLY | O_BINARY) #define FDOPEN_MODE FOPEN_RB |