瀏覽代碼

add sys/ioctl.h for posix_termios.h

Meco Man 4 年之前
父節點
當前提交
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" {