소스 검색

solve conflict

Meco Man 4 년 전
부모
커밋
f94980af34
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      components/libc/termios/posix_termios.c

+ 1 - 0
components/libc/termios/posix_termios.c

@@ -10,6 +10,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <dfs_posix.h>
+#include <sys/errno.h>
 #include <termios.h>
 
 int tcgetattr(int fd, struct termios *tio)