![]() ![]() | ![]() |
version 1.1, 2025/01/19 02:04:04 | version 1.2, 2025/01/19 04:27:45 |
---|---|
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) | |
# include <termio.h> | |
#else | |
# include <termios.h> | |
#endif | |
#include "config.h" | #include "config.h" |