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

Joel Sherrill joel.sherrill at oarcorp.com
Wed Oct 15 20:00:14 UTC 2014


---
 cpukit/libfs/src/jffs2/src/fs-rtems.c | 1 +
 1 file changed, 1 insertion(+)

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 */
-- 
1.9.3




More information about the devel mailing list