소스 검색

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>