ufs2: Fix compilation of ufs2_shell
Change-Id: Ib92666d70aabd68df7218600f84c32dbd86c974b Reviewed-on: https://review.haiku-os.org/c/haiku/+/7061 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
parent
a5bda648dd
commit
782bb0fea1
@ -5,6 +5,9 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#ifdef FS_SHELL
|
||||
#include "fssh_api_wrapper.h"
|
||||
#endif
|
||||
#include <file_systems/fs_ops_support.h>
|
||||
|
||||
#include "DirectoryIterator.h"
|
||||
|
Loading…
Reference in New Issue
Block a user