Commit 092cb416 092cb4169adc8e160d9e34cf15fe15ef457b311a by Sergey Poznyakoff

include <termios.h>

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