summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devfs_show.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-21 13:12:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-22 07:29:26 +0200
commitede1a4182df68b1191b8ef2031f7a1f14813b525 (patch)
treead65a287510a97a23c0d704491a4c318d545fe2b /cpukit/libfs/src/devfs/devfs_show.c
parentRename and move RTEMS_PRINTF_ATTRIBUTE() (diff)
downloadrtems-ede1a4182df68b1191b8ef2031f7a1f14813b525.tar.bz2
Make rtems/print.h independent of rtems/bspIo.h
Diffstat (limited to 'cpukit/libfs/src/devfs/devfs_show.c')
-rw-r--r--cpukit/libfs/src/devfs/devfs_show.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libfs/src/devfs/devfs_show.c b/cpukit/libfs/src/devfs/devfs_show.c
index b5984bde4c..0ea130686a 100644
--- a/cpukit/libfs/src/devfs/devfs_show.c
+++ b/cpukit/libfs/src/devfs/devfs_show.c
@@ -17,6 +17,8 @@
#include "devfs.h"
+#include <rtems/bspIo.h>
+
void devFS_Show(void)
{
rtems_filesystem_location_info_t *rootloc = &rtems_filesystem_root->location;