Преглед на файлове

在posix_termios.c中引用termios.h

roger преди 5 години
родител
ревизия
63a82cac47
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      components/libc/termios/posix_termios.c

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

@@ -11,6 +11,8 @@
 #include <string.h>
 #include <rtthread.h>
 #include <dfs_posix.h>
+#include <termios.h>
+
 
 int tcgetattr(int fd, struct termios *tio)
 {