diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ | |||
13 | #include <sys/select.h> | 13 | #include <sys/select.h> |
14 | #include <sys/types.h> | 14 | #include <sys/types.h> |
15 | #include <sys/wait.h> | 15 | #include <sys/wait.h> |
16 | #include <termios.h> | ||
16 | #include <unistd.h> | 17 | #include <unistd.h> |
17 | #include <wchar.h> | 18 | #include <wchar.h> |
18 | 19 | ||