Introduction
Introduction Statistics Contact Development Disclaimer Help
tregression: include termios.h for tcsendbreak etc - st - [fork] customized bui…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 8b8255ac0e188445f6904ff16272e9e93093cbde
parent 20e0da7f14cc5f30863e0b8014fa223fbaff1e30
Author: Hiltjo Posthuma <[email protected]>
Date: Fri, 9 Mar 2018 15:35:34 +0100
regression: include termios.h for tcsendbreak etc
Diffstat:
M st.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -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>
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.