Преглед изворни кода

regression: include termios.h for tcsendbreak etc

Hiltjo Posthuma пре 7 година
родитељ
комит
8b8255ac0e
1 измењених фајлова са 1 додато и 0 уклоњено
  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>