summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/rfs')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-shell.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-shell.c b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
index 70335f007c..a1ed928885 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-shell.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
@@ -31,6 +31,7 @@
#if __rtems__
#include "rtems-rfs-rtems.h"
+#include "rtems-rfs-shell.h"
#endif
/**
@@ -587,7 +588,7 @@ rtems_rfs_shell_group (rtems_rfs_file_system* fs, int argc, char *argv[])
}
-void
+static void
rtems_rfs_shell_usage (const char* arg)
{
printf ("%s: RFS debugger\n", arg);