regression: include termios.h for tcsendbreak etc
[st.git] / st.c
diff --git a/st.c b/st.c
index 75c3dd1..65a0cb6 100644 (file)
--- a/st.c
+++ b/st.c
@@ -13,6 +13,7 @@
 #include <sys/select.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <termios.h>
 #include <unistd.h>
 #include <wchar.h>