pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e0da7
)
regression: include termios.h for tcsendbreak etc
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 9 Mar 2018 14:35:34 +0000
(15:35 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 9 Mar 2018 14:35:34 +0000
(15:35 +0100)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
75c3dd1
..
65a0cb6
100644
(file)
--- 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>