Explorar o código

add sys/ioctl.h for posix_termios.h

Meco Man %!s(int64=5) %!d(string=hai) anos
pai
achega
5bce564738
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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" {