From bfded728ec4c912f666df94867c118a1004b0165 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 4 Jan 2000 14:16:00 +0000 Subject: Fixed warnings. --- c/src/tests/libtests/termios/init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/tests/libtests') diff --git a/c/src/tests/libtests/termios/init.c b/c/src/tests/libtests/termios/init.c index 96c7e0934e..067b82ac07 100644 --- a/c/src/tests/libtests/termios/init.c +++ b/c/src/tests/libtests/termios/init.c @@ -41,6 +41,8 @@ rtems_task Init (rtems_task_argument argument); #include #include +int fileno( FILE *stream); /* beyond ANSI */ + /* * Test raw (ICANON=0) input */ -- cgit v1.2.3