summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-16 01:41:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-16 01:41:16 +0000
commit23c4bbf58a6cb04d69c9b78b83db330d41f8a3f5 (patch)
tree5d4564d472c28cd26bb3d1ed99b0d4c7455a1e71 /c/src/lib/include
parentInterrupt handler installed as raw handler. Problem caught by (diff)
downloadrtems-23c4bbf58a6cb04d69c9b78b83db330d41f8a3f5.tar.bz2
Use proper include for libio.h.
Diffstat (limited to 'c/src/lib/include')
-rw-r--r--c/src/lib/include/rtems/libio_.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/c/src/lib/include/rtems/libio_.h b/c/src/lib/include/rtems/libio_.h
index e14f63c287..029bb437dd 100644
--- a/c/src/lib/include/rtems/libio_.h
+++ b/c/src/lib/include/rtems/libio_.h
@@ -20,8 +20,8 @@ extern "C" {
#endif
#include <rtems.h>
+#include <rtems/libio.h> /* include before standard IO */
#include <rtems/assoc.h> /* assoc.h not included by rtems.h */
-#include <rtems/libio.h>
#include <stdio.h> /* O_RDONLY, et.al. */
#include <fcntl.h> /* O_RDONLY, et.al. */
@@ -46,9 +46,6 @@ extern "C" {
#include <unistd.h>
#include <stdlib.h> /* calloc() */
-#include "libio.h" /* libio.h not pulled in by rtems */
-
-
/*
* Semaphore to protect the io table
*/