diff options
Diffstat (limited to 'gdb/fork-child.c')
-rw-r--r-- | gdb/fork-child.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/fork-child.c b/gdb/fork-child.c index f269166..5cf5e49 100644 --- a/gdb/fork-child.c +++ b/gdb/fork-child.c @@ -138,6 +138,7 @@ fork_inferior (char *exec_file_arg, char *allargs, char **env, char **save_our_env; int shell = 0; static char **argv; + const char *inferior_io_terminal = get_inferior_io_terminal (); /* If no exec file handed to us, get it from the exec-file command -- with a good, common error message if none is specified. */ |