[hackers] [st] regression: include termios.h for tcsendbreak etc || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Fri, 9 Mar 2018 15:37:40 +0100 (CET)

commit 8b8255ac0e188445f6904ff16272e9e93093cbde
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Fri Mar 9 15:35:34 2018 +0100
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Fri Mar 9 15:35:34 2018 +0100

    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
_AT_@ -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>
 
Received on Fri Mar 09 2018 - 15:37:40 CET

This archive was generated by hypermail 2.3.0 : Fri Mar 09 2018 - 15:51:29 CET