]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
splash.h: Add missing <linux/types.h>
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:40:51 +0000 (20:40 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:07:48 +0000 (15:07 -0600)
This file has many "Linux" style types in it, add <linux/types.h>

Signed-off-by: Tom Rini <trini@konsulko.com>
include/splash.h

index c3922375987da02ef0bb95d52b28299234fa60a8..83c6fa9767f04ff1a8ce3f0890d1760f3f80b65f 100644 (file)
@@ -23,6 +23,7 @@
 #define _SPLASH_H_
 
 #include <errno.h>
+#include <linux/types.h>
 
 enum splash_storage {
        SPLASH_STORAGE_NAND,