Explorar o código

regression: include termios.h for tcsendbreak etc

Hiltjo Posthuma %!s(int64=7) %!d(string=hai) anos
pai
achega
8b8255ac0e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      st.c

+ 1 - 0
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>