From b44f99405223dcfb168115021cf257244400e316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Fri, 19 Oct 2012 10:05:00 +0200 Subject: Include "rtems-rfs-shell.h". --- cpukit/libfs/src/rfs/rtems-rfs-shell.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/libfs') 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); -- cgit v1.2.3