From acc874a4c5d96d26658bbd90c9da500828b7ed96 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 28 Feb 2022 15:13:46 -0700 Subject: [PATCH] sandbox: Add the handoff header for spl This defines a function declared in handoff.h so add the header. Signed-off-by: Simon Glass --- arch/sandbox/cpu/spl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sandbox/cpu/spl.c b/arch/sandbox/cpu/spl.c index 650bdb0a70..3f107b8acb 100644 --- a/arch/sandbox/cpu/spl.c +++ b/arch/sandbox/cpu/spl.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include -- 2.39.5