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:
Tomasz Leman 2022-10-26 16:16:24 +02:00 committed by Kai Vehmanen
parent 71fd3b34ea
commit a340fdf1ad
1 changed files with 1 additions and 0 deletions

View File

@ -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);