From c89f9dcebca9bded25a85d13c436219c7411e973 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 10 Dec 2013 09:42:58 -0600 Subject: Move ramdisk.h to include/nutt/fs/ramdisk.h --- apps/nshlib/nsh_fscmds.c | 2 +- apps/nshlib/nsh_romfsetc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/nshlib') diff --git a/apps/nshlib/nsh_fscmds.c b/apps/nshlib/nsh_fscmds.c index ea30bd3b5..19fc01afa 100644 --- a/apps/nshlib/nsh_fscmds.c +++ b/apps/nshlib/nsh_fscmds.c @@ -49,7 +49,7 @@ # if !defined(CONFIG_DISABLE_MOUNTPOINT) # ifdef CONFIG_FS_READABLE /* Need at least one filesytem in configuration */ # include -# include +# include # endif # ifdef CONFIG_FS_FAT # include diff --git a/apps/nshlib/nsh_romfsetc.c b/apps/nshlib/nsh_romfsetc.c index 4134b45a3..6f538b4c5 100644 --- a/apps/nshlib/nsh_romfsetc.c +++ b/apps/nshlib/nsh_romfsetc.c @@ -43,7 +43,7 @@ #include #include -#include +#include #include "nsh.h" -- cgit v1.2.3