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:
Vladimir Serbinenko 2023-10-23 04:44:51 +02:00 committed by waddlesplash
parent a5bda648dd
commit 782bb0fea1

View File

@ -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"