From 88d7985260801c791429ca6bc0d8834ef2a585ff Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 30 Nov 2000 14:00:39 +0000 Subject: 2000-11-30 Joel Sherrill * include/rtems/Makefile.am: Added termiostypes.h. * libc/Makefile.am: Removed termiostypes.h. * libc/termios.c: Changed include of "termiostypes.h" to since that is an RTEMS specific header file. --- cpukit/libcsupport/src/termios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/termios.c') 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 #include -#include "termiostypes.h" +#include /* * FreeBSD does not support a full POSIX termios so we have to help it out -- cgit v1.2.3