aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiltjo Posthuma2018-03-09 15:35:34 +0100
committerHiltjo Posthuma2018-03-09 15:35:34 +0100
commit4522c8abc40c77f20077daff3eeb7be842e55b44 (patch)
tree87947dcb18ffc243cb3b84f5a0764ca1433cd7a3
parent9a8e39008915fa4d891d93ec0ccf121ea607c5c2 (diff)
downloadaur-4522c8abc40c77f20077daff3eeb7be842e55b44.tar.gz
regression: include termios.h for tcsendbreak etc
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index 75c3dd1039f9..65a0cb611974 100644
--- 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>