Просмотр исходного кода

add sys/ioctl.h for posix_termios.h

Meco Man 4 лет назад
Родитель
Сommit
5bce564738
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/libc/termios/posix_termios.h

+ 1 - 1
components/libc/termios/posix_termios.h

@@ -10,8 +10,8 @@
 #ifndef TERMIOS_H__
 #define TERMIOS_H__
 
-#include <rtthread.h>
 #include <sys/types.h>
+#include <sys/ioctl.h>
 
 #ifdef __cplusplus
 extern "C" {