summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_fscmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib/nsh_fscmds.c')
-rw-r--r--apps/nshlib/nsh_fscmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nshlib/nsh_fscmds.c b/apps/nshlib/nsh_fscmds.c
index 764caca6d..56a52737a 100644
--- a/apps/nshlib/nsh_fscmds.c
+++ b/apps/nshlib/nsh_fscmds.c
@@ -52,7 +52,7 @@
# include <nuttx/ramdisk.h>
# endif
# ifdef CONFIG_FS_FAT
-# include <nuttx/mkfatfs.h>
+# include <nuttx/fs/mkfatfs.h>
# endif
#endif
#endif