mirror of https://github.com/thesofproject/sof.git
ace: cpu: compilation error fix
Adding missing header: rtos/wait.h The error appears in meteorlake after enabling power management. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
This commit is contained in:
parent
71fd3b34ea
commit
a340fdf1ad
|
@ -123,6 +123,7 @@ int cpu_enabled_cores(void)
|
|||
|
||||
#else /* CONFIG_ACE */
|
||||
#include <sof/trace/trace.h>
|
||||
#include <rtos/wait.h>
|
||||
#include <zephyr/pm/pm.h>
|
||||
|
||||
LOG_MODULE_DECLARE(zephyr, CONFIG_SOF_LOG_LEVEL);
|
||||
|
|
Loading…
Reference in New Issue