summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 21:51:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 21:51:07 +0000
commit2fe47fff06f44acb4f4b1a89a2033ef909f57f74 (patch)
tree184296cb0643fe352a37d16e69af7c751ddb4a9e /c/src/exec/libcsupport/include
parentSplit console_reserve_resources to separate file to reduce (diff)
downloadrtems-2fe47fff06f44acb4f4b1a89a2033ef909f57f74.tar.bz2
Added include of libio.h so this would compile when posix is disabled.
Diffstat (limited to 'c/src/exec/libcsupport/include')
-rw-r--r--c/src/exec/libcsupport/include/rtems/libio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/include/rtems/libio.h b/c/src/exec/libcsupport/include/rtems/libio.h
index a8c2c09090..ce46031569 100644
--- a/c/src/exec/libcsupport/include/rtems/libio.h
+++ b/c/src/exec/libcsupport/include/rtems/libio.h
@@ -20,6 +20,7 @@
#ifndef _RTEMS_LIBIO_H
#define _RTEMS_LIBIO_H
+#include <rtems.h>
#include <sys/types.h>
#include <sys/stat.h>