diff mbox series

[004/149] splash.h: Add missing <linux/types.h>

Message ID 20240501024316.1767971-4-trini@konsulko.com
State Accepted
Commit ea1a07f588372d1a266890843288d3e77c1fd1d5
Delegated to: Tom Rini
Headers show
Series [001/149] global: Make <asm/global_data.h> include <asm/u-boot.h> | expand

Commit Message

Tom Rini May 1, 2024, 2:40 a.m. UTC
This file has many "Linux" style types in it, add <linux/types.h>

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/splash.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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,