This commit is contained in:
2024-03-05 20:49:30 -05:00
parent d059554464
commit 6d89c1da6e
2 changed files with 3 additions and 2 deletions

View File

@ -130,7 +130,7 @@ static void _tf_ssb_import_recursive_add_files(tf_ssb_t* ssb, uv_loop_t* loop, J
{
if (ent.type == UV_DIRENT_FILE
#if defined(__HAIKU__)
|| ent.type == UV_DIRENT_UNKNOWN
|| ent.type == UV_DIRENT_UNKNOWN
#endif
)
{