regression: include termios.h for tcsendbreak etc
authorHiltjo Posthuma <hiltjo@codemadness.org>
Fri, 9 Mar 2018 14:35:34 +0000 (15:35 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Fri, 9 Mar 2018 14:35:34 +0000 (15:35 +0100)
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>