[Termios]Fix compile error for gcc and iar.

Fix compile error for gcc and iar.Add termios.h to newlib and dlib
This commit is contained in:
JasonJiaJie 2017-12-07 17:52:20 +08:00
parent 3a23c59c29
commit bd4c90f619
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#ifndef _TERMIOS_H__
#define _TERMIOS_H__
#include <sys/types.h>
#include <posix_termios.h>
#endif

View File

@ -0,0 +1,7 @@
#ifndef _TERMIOS_H__
#define _TERMIOS_H__
#include <sys/types.h>
#include <posix_termios.h>
#endif