From 23c4bbf58a6cb04d69c9b78b83db330d41f8a3f5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Mar 1999 01:41:16 +0000 Subject: Use proper include for libio.h. --- cpukit/include/rtems/libio_.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cpukit/include/rtems') diff --git a/cpukit/include/rtems/libio_.h b/cpukit/include/rtems/libio_.h index e14f63c287..029bb437dd 100644 --- a/cpukit/include/rtems/libio_.h +++ b/cpukit/include/rtems/libio_.h @@ -20,8 +20,8 @@ extern "C" { #endif #include +#include /* include before standard IO */ #include /* assoc.h not included by rtems.h */ -#include #include /* O_RDONLY, et.al. */ #include /* O_RDONLY, et.al. */ @@ -46,9 +46,6 @@ extern "C" { #include #include /* calloc() */ -#include "libio.h" /* libio.h not pulled in by rtems */ - - /* * Semaphore to protect the io table */ -- cgit v1.2.3