summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-13 15:59:51 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-16 08:58:47 -0500
commit803c49cb0b8536d57d8fe39342202365e5e76525 (patch)
tree39a4d2d4b0e8cd11cb2c0a5f7804e04fce7cd880
parentjffs2/src/fs-rtems.c: Eliminate set but not used warnings (diff)
downloadrtems-803c49cb0b8536d57d8fe39342202365e5e76525.tar.bz2
jffs2/src/fs-rtems.c: Add include of <rtems/libio.h> for prototypes
-rw-r--r--cpukit/libfs/src/jffs2/src/fs-rtems.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libfs/src/jffs2/src/fs-rtems.c b/cpukit/libfs/src/jffs2/src/fs-rtems.c
index ceeb6094a0..d9d6864e7f 100644
--- a/cpukit/libfs/src/jffs2/src/fs-rtems.c
+++ b/cpukit/libfs/src/jffs2/src/fs-rtems.c
@@ -25,6 +25,7 @@
#include <errno.h>
#include <string.h>
#include <assert.h>
+#include <rtems/libio.h>
#include <rtems/libio_.h>
/* Ensure that the JFFS2 values are identical to the POSIX defines */