Commit 5d5dedd0 5d5dedd067f782b081895f1e9c2b401db64e7c58 by Sergey Poznyakoff

Minor fix

* mh/prompter-tty.c: include signal.h
1 parent ac65e9fd
......@@ -19,6 +19,7 @@
#include <mh.h>
#include "prompter.h"
#include "muaux.h"
#include <signal.h>
#if HAVE_TERMIOS_H
# include <termios.h>
#endif
......