From: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 9 Mar 2018 14:35:34 +0000 (+0100)
Subject: regression: include termios.h for tcsendbreak etc
X-Git-Url: https://git.owens.tech/dummy.html/dummy.html/git?a=commitdiff_plain;h=8b8255ac0e188445f6904ff16272e9e93093cbde;p=st.git

regression: include termios.h for tcsendbreak etc
---

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>