regression: include termios.h for tcsendbreak etc
This commit is contained in:
parent
20e0da7f14
commit
8b8255ac0e
1 changed files with 1 additions and 0 deletions
1
st.c
1
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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue