diff options
| author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-03-09 15:35:34 +0100 | 
|---|---|---|
| committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-03-09 15:35:34 +0100 | 
| commit | 8b8255ac0e188445f6904ff16272e9e93093cbde (patch) | |
| tree | 7f9d255fa84669fb45e4e2b7313036b0e6b24295 | |
| parent | 20e0da7f14cc5f30863e0b8014fa223fbaff1e30 (diff) | |
| download | st-8b8255ac0e188445f6904ff16272e9e93093cbde.tar.gz st-8b8255ac0e188445f6904ff16272e9e93093cbde.tar.bz2  | |
regression: include termios.h for tcsendbreak etc
| -rw-r--r-- | st.c | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -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>  | 
