Commit 5d5dedd0 5d5dedd067f782b081895f1e9c2b401db64e7c58 by Sergey Poznyakoff

Minor fix

* mh/prompter-tty.c: include signal.h
1 parent ac65e9fd
...@@ -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
......