summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-02 17:27:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-02 17:27:16 +0000
commit326d83fb6a91b34fbd6df8c2d2d56126f9b4ae55 (patch)
tree4f7f4051797dd2f08865c633fce128b6e1825354 /cpukit
parent2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-326d83fb6a91b34fbd6df8c2d2d56126f9b4ae55.tar.bz2
2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/imfs/deviceerrno.c: Include <rtems/devfs.h> for missing prototypes.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog2
-rw-r--r--cpukit/libfs/src/imfs/deviceerrno.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 1892cb7652..7491a39695 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libfs/src/imfs/deviceerrno.c:
+ Include <rtems/devfs.h> for missing prototypes.
* libfs/src/rfs/rtems-rfs-rtems-dev.c:
Remove duplicate prototype of rtems_deviceio_errno.
Include <rtems/devfs.h> for rtems_deviceio_errno().
diff --git a/cpukit/libfs/src/imfs/deviceerrno.c b/cpukit/libfs/src/imfs/deviceerrno.c
index 396df7619d..1e83e4a7f3 100644
--- a/cpukit/libfs/src/imfs/deviceerrno.c
+++ b/cpukit/libfs/src/imfs/deviceerrno.c
@@ -22,6 +22,7 @@
#include <rtems.h>
#include <rtems/libio.h>
+#include <rtems/devfs.h>
static const int status_code_to_errno [RTEMS_STATUS_CODES_LAST + 1] = {
[RTEMS_SUCCESSFUL] = 0,