From 01e7ad1b785b0662e9a2f41cb7dffbcea35ed0c1 Mon Sep 17 00:00:00 2001 From: Mantas Pucka Date: Tue, 10 Dec 2024 13:13:16 +0200 Subject: [PATCH 9/9] ssdk: add missing include Fixes build with linux 6.12 Signed-off-by: Mantas Pucka --- src/init/ssdk_dts.c | 1 + 1 file changed, 1 insertion(+) --- a/src/init/ssdk_dts.c +++ b/src/init/ssdk_dts.c @@ -38,6 +38,7 @@ #include #include #include +#include static ssdk_dt_global_t ssdk_dt_global = {0}; #ifdef HPPE