Minor fix
* mh/prompter-tty.c: include signal.h
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -19,6 +19,7 @@ | ... | @@ -19,6 +19,7 @@ |
19 | #include <mh.h> | 19 | #include <mh.h> |
20 | #include "prompter.h" | 20 | #include "prompter.h" |
21 | #include "muaux.h" | 21 | #include "muaux.h" |
22 | #include <signal.h> | ||
22 | #if HAVE_TERMIOS_H | 23 | #if HAVE_TERMIOS_H |
23 | # include <termios.h> | 24 | # include <termios.h> |
24 | #endif | 25 | #endif | ... | ... |
-
Please register or sign in to post a comment