Fix compile error for gcc and iar.Add termios.h to newlib and dlib
@@ -0,0 +1,7 @@
+#ifndef _TERMIOS_H__
+#define _TERMIOS_H__
+
+#include <sys/types.h>
+#include <posix_termios.h>
+#endif