Parcourir la source

add sys/ioctl.h for posix_termios.h

Meco Man il y a 4 ans
Parent
commit
5bce564738
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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" {