summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/termios.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-30 14:00:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-30 14:00:39 +0000
commit88d7985260801c791429ca6bc0d8834ef2a585ff (patch)
tree01af441bc1c96a1d63ff062eb0ab85f3c2aa3426 /cpukit/libcsupport/src/termios.c
parent2000-11-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-88d7985260801c791429ca6bc0d8834ef2a585ff.tar.bz2
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* include/rtems/Makefile.am: Added termiostypes.h. * libc/Makefile.am: Removed termiostypes.h. * libc/termios.c: Changed include of "termiostypes.h" to <rtems/termiostypes.h> since that is an RTEMS specific header file.
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/src/termios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/termios.c b/cpukit/libcsupport/src/termios.c
index 24ea914278..74583cae2f 100644
--- a/cpukit/libcsupport/src/termios.c
+++ b/cpukit/libcsupport/src/termios.c
@@ -25,7 +25,7 @@
#include <unistd.h>
#include <sys/ttycom.h>
-#include "termiostypes.h"
+#include <rtems/termiostypes.h>
/*
* FreeBSD does not support a full POSIX termios so we have to help it out