We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c544e0 commit 8601850Copy full SHA for 8601850
components/libc/termios/posix_termios.c
@@ -12,8 +12,6 @@
12
#include <rtthread.h>
13
#include <dfs_posix.h>
14
15
-#include <termios.h>
16
-
17
int tcgetattr(int fd, struct termios *tio)
18
{
19
/* Get the current serial port settings. */
components/libc/termios/posix_termios.h
@@ -11,6 +11,7 @@
11
#define TERMIOS_H__
+#include <termios.h>
#ifdef __cplusplus
extern "C" {
0 commit comments