Skip to content

Commit 8601850

Browse files
first commit
1 parent 9c544e0 commit 8601850

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

components/libc/termios/posix_termios.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#include <rtthread.h>
1313
#include <dfs_posix.h>
1414

15-
#include <termios.h>
16-
1715
int tcgetattr(int fd, struct termios *tio)
1816
{
1917
/* Get the current serial port settings. */

components/libc/termios/posix_termios.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#define TERMIOS_H__
1212

1313
#include <rtthread.h>
14+
#include <termios.h>
1415

1516
#ifdef __cplusplus
1617
extern "C" {

0 commit comments

Comments
 (0)