Browse Source

solve conflict

Meco Man 4 years ago
parent
commit
f94980af34
1 changed files with 1 additions and 0 deletions
  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)