From: Andrew Cagney Date: Thu, 8 Feb 2001 05:06:13 +0000 (+0000) Subject: From Mark Kettenis, include . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72290732e94ff7ab2dcd66e6bc8f1c1c7aa92fd8;p=binutils-gdb.git From Mark Kettenis, include . --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 74ba6377ca7..a460d56eed8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-02-07 Andrew Cagney + + From Mark Kettenis : + * event-top.h [!STOP_SIGNAL]: #include . + 2001-02-07 Andrew Cagney * remote-sim.c (dump_mem): Cleanup printf format argument. diff --git a/gdb/event-top.h b/gdb/event-top.h index 36b20981789..b719549bd71 100644 --- a/gdb/event-top.h +++ b/gdb/event-top.h @@ -1,5 +1,5 @@ /* Definitions used by GDB event-top.c. - Copyright 1999 Free Software Foundation, Inc. + Copyright 1999, 2001 Free Software Foundation, Inc. Written by Elena Zannoni of Cygnus Solutions. This file is part of GDB. @@ -78,6 +78,7 @@ extern void set_async_prompt (char *args, int from_tty, struct cmd_list_element /* Signal to catch ^Z typed while reading a command: SIGTSTP or SIGCONT. */ #ifndef STOP_SIGNAL +#include #ifdef SIGTSTP #define STOP_SIGNAL SIGTSTP extern void handle_stop_sig (int sig);