From ea1a07f588372d1a266890843288d3e77c1fd1d5 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 20:40:51 -0600 Subject: [PATCH] splash.h: Add missing This file has many "Linux" style types in it, add Signed-off-by: Tom Rini --- include/splash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/splash.h b/include/splash.h index c392237598..83c6fa9767 100644 --- a/include/splash.h +++ b/include/splash.h @@ -23,6 +23,7 @@ #define _SPLASH_H_ #include +#include enum splash_storage { SPLASH_STORAGE_NAND, -- 2.39.5