diff --git a/src/core/os/shell/commander/commander_output.h b/src/core/os/shell/commander/commander_output.h index 1fdb4a1..5ff96bd 100644 --- a/src/core/os/shell/commander/commander_output.h +++ b/src/core/os/shell/commander/commander_output.h @@ -31,7 +31,7 @@ struct commander_result { bool exited; #ifdef WAPP_PLATFORM_WINDOWS - #include "misc_utils.h" + #include "../../../../common/misc/misc_utils.h" wapp_misc_utils_padding_size(sizeof(bool) + sizeof(i32) + sizeof(CMDError)); #endif // !WAPP_PLATFORM_WINDOWS };