diff options
Diffstat (limited to 'gdb/standalone.c')
-rw-r--r-- | gdb/standalone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/standalone.c b/gdb/standalone.c index 07e062d..64f25bf 100644 --- a/gdb/standalone.c +++ b/gdb/standalone.c @@ -30,7 +30,7 @@ #endif /* SIGTSTP and SIGIO defined (must be 4.2) */ #include "defs.h" -#include "signals.h" +#include <signal.h> #include "symtab.h" #include "frame.h" #include "inferior.h" |