base_fw: Add missing header

CLK_MAX_CPU_HZ is defined in platform/lib/clk.h, unmasked by posix
work that lacks the same transitive headers.

Signed-off-by: Andy Ross <andyross@google.com>
This commit is contained in:
Andy Ross 2023-04-25 09:46:12 -07:00 committed by Kai Vehmanen
parent 483c78fa5c
commit 043bef37d6
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <sof/lib/cpu-clk-manager.h>
#include <sof/lib/cpu.h>
#include <rtos/init.h>
#include <platform/lib/clk.h>
#if CONFIG_ACE_V1X_ART_COUNTER || CONFIG_ACE_V1X_RTC_COUNTER
#include <zephyr/device.h>