summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-06 08:03:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-07 12:57:39 +0200
commit64ecfc17b755de77ef7dc17d43408d4bffed69eb (patch)
treecfaf57bfe8d3868760f531918fa41a666a892473
parentTest for POSIX headers from Newlib 20170522 (diff)
downloadrtems-64ecfc17b755de77ef7dc17d43408d4bffed69eb.tar.bz2
Do not use deprecated <sys/termios.h>
Update #2833.
-rw-r--r--cpukit/libcsupport/src/termios_baud2index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/termios_baud2index.c b/cpukit/libcsupport/src/termios_baud2index.c
index 569ac5c769..1ead66b29b 100644
--- a/cpukit/libcsupport/src/termios_baud2index.c
+++ b/cpukit/libcsupport/src/termios_baud2index.c
@@ -18,7 +18,7 @@
#include "config.h"
#endif
-#include <sys/termios.h>
+#include <termios.h>
#include <rtems/termiostypes.h>
int rtems_termios_baud_to_index(