[rtems commit] jffs2/src/fs-rtems.c: Add include of <rtems/libio.h> for prototypes

Joel Sherrill joel at rtems.org
Thu Oct 16 13:50:01 UTC 2014


Module:    rtems
Branch:    master
Commit:    803c49cb0b8536d57d8fe39342202365e5e76525
Changeset: http://git.rtems.org/rtems/commit/?id=803c49cb0b8536d57d8fe39342202365e5e76525

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Mon Oct 13 15:59:51 2014 -0500

jffs2/src/fs-rtems.c: Add include of <rtems/libio.h> for prototypes

---

 cpukit/libfs/src/jffs2/src/fs-rtems.c |    1 +
 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 ceeb609..d9d6864 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 */



More information about the vc mailing list