This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
regression: include termios.h for tcsendbreak etc
master
Hiltjo Posthuma
6 years ago
parent
20e0da7f14
commit
8b8255ac0e
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
st.c
+ 1
- 0
st.c
View File
@ -13,6 +13,7 @@
#
include
<sys/select.h>
#
include
<sys/select.h>
#
include
<sys/types.h>
#
include
<sys/types.h>
#
include
<sys/wait.h>
#
include
<sys/wait.h>
#
include
<termios.h>
#
include
<unistd.h>
#
include
<unistd.h>
#
include
<wchar.h>
#
include
<wchar.h>
Write
Preview
Loading…
Cancel
Save