[PATCH 004/149] splash.h: Add missing <linux/types.h>
Tom Rini
trini at konsulko.com
Wed May 1 04:40:51 CEST 2024
This file has many "Linux" style types in it, add <linux/types.h>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
include/splash.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/splash.h b/include/splash.h
index c3922375987d..83c6fa9767f0 100644
--- a/include/splash.h
+++ b/include/splash.h
@@ -23,6 +23,7 @@
#define _SPLASH_H_
#include <errno.h>
+#include <linux/types.h>
enum splash_storage {
SPLASH_STORAGE_NAND,
--
2.34.1
More information about the U-Boot
mailing list