diff options
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index 88a1789..3d50ea4c 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -65,6 +65,7 @@ #include "gdb_usleep.h" #include "interps.h" #include "gdb_regex.h" +#include "job-control.h" #if !HAVE_DECL_MALLOC extern PTR malloc (); /* ARI: PTR */ @@ -102,10 +103,6 @@ static std::chrono::steady_clock::duration prompt_for_continue_wait_time; static int debug_timestamp = 0; -/* Nonzero if we have job control. */ - -int job_control; - /* Nonzero means that strings with character values >0x7F should be printed as octal escapes. Zero means just print the value (e.g. it's an international character, and the terminal or window can cope.) */ |