aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-03-09 15:35:34 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-03-09 15:35:34 +0100
commit8b8255ac0e188445f6904ff16272e9e93093cbde (patch)
tree7f9d255fa84669fb45e4e2b7313036b0e6b24295 /st.c
parent20e0da7f14cc5f30863e0b8014fa223fbaff1e30 (diff)
downloadst-8b8255ac0e188445f6904ff16272e9e93093cbde.tar.gz
regression: include termios.h for tcsendbreak etc
Diffstat (limited to 'st.c')
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index 75c3dd1..65a0cb6 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>
remember that computers suck.