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

This commit is contained in:
Joel Sherrill
2014-10-16 08:58:47 -05:00
parent 23de6fa8ca
commit 803c49cb0b
+1
View File
@@ -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 */