This file has many "Linux" style types in it, add <linux/types.h>
Signed-off-by: Tom Rini <tr...@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