Commit 092cb416 092cb4169adc8e160d9e34cf15fe15ef457b311a by Sergey Poznyakoff

include <termios.h>

1 parent 3a942abd
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
18 #include "mail.h" 18 #include "mail.h"
19 #include <mailutils/mutil.h> 19 #include <mailutils/mutil.h>
20 #include <pwd.h> 20 #include <pwd.h>
21 #ifdef HAVE_TERMIOS_H
22 # include <termios.h>
23 #endif
21 #include <sys/ioctl.h> 24 #include <sys/ioctl.h>
22 25
23 typedef struct _node { 26 typedef struct _node {
......