From e4b25c4839ea118cfba447ca87e0edab0b09093f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 30 Nov 1999 13:46:28 +0000 Subject: Corrected so they would compile with POSIX disabled. --- cpukit/libcsupport/src/ttyname.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/ttyname.c') diff --git a/cpukit/libcsupport/src/ttyname.c b/cpukit/libcsupport/src/ttyname.c index 51b3a5f6aa..ceb6ed8121 100644 --- a/cpukit/libcsupport/src/ttyname.c +++ b/cpukit/libcsupport/src/ttyname.c @@ -14,7 +14,8 @@ #include <_syslist.h> #include -#include +#include "libio_.h" + int ttyname_r( int fd, -- cgit v1.2.3