Эх сурвалжийг харах

add sys/ioctl.h for posix_termios.h

Meco Man 5 жил өмнө
parent
commit
5bce564738

+ 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" {