![]() ![]() | ![]() |
version 1.1, 2025/01/19 02:04:04 | version 1.3, 2025/02/25 18:53:14 |
---|---|
Line 48 | Line 48 |
#include <time.h> | #include <time.h> |
#include <errno.h> | #include <errno.h> |
#include <sys/ioctl.h> | #include <sys/ioctl.h> |
#include <termios.h> | |
#if defined(__sun) || defined(__FreeBSD__) || defined(__NetBSD__) | |
# include <termio.h> | |
#else | |
# include <termios.h> | |
#endif | |
#include "config.h" | #include "config.h" |