diff --git a/src/tools/fs_shell/partition_support.cpp b/src/tools/fs_shell/partition_support.cpp index 7b1823eb71..25d7ec57b1 100644 --- a/src/tools/fs_shell/partition_support.cpp +++ b/src/tools/fs_shell/partition_support.cpp @@ -18,6 +18,9 @@ #include "stat_priv.h" +using namespace FSShell; + + namespace FSShell { @@ -142,7 +145,6 @@ restricted_file_restrict_io(int fd, fssh_off_t& pos, fssh_off_t size) } -#include void restricted_file_restrict_stat(struct fssh_stat* st) { @@ -170,6 +172,9 @@ to_platform_seek_mode(int fsshWhence) } +} // namespace FSShell + + fssh_off_t fssh_lseek(int fd, fssh_off_t offset, int whence) { @@ -208,6 +213,3 @@ fssh_lseek(int fd, fssh_off_t offset, int whence) return pos; } - - -} // namespace FSShell