include <termios.h>
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -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 { | ... | ... |
-
Please register or sign in to post a comment