diff --git a/libpandabase/os/filesystem.cpp b/libpandabase/os/filesystem.cpp index 6c6bb124b38f4d93beb73d1cf698ef7726264a42..14ca631a72e2b791c33bb4d078d0eeec8999e28a 100644 --- a/libpandabase/os/filesystem.cpp +++ b/libpandabase/os/filesystem.cpp @@ -15,7 +15,7 @@ #include "os/filesystem.h" #include "macros.h" -#if defined PANDA_TARGET_MOBILE || defined PANDA_TARGET_LINUX || defined PANDA_TARGET_ARM32 || \ +#if defined PANDA_TARGET_MOBILE || defined PANDA_TARGET_UNIX || defined PANDA_TARGET_ARM32 || \ defined PANDA_TARGET_ARM64 #include #endif