projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ef7820
)
splash.h: Add missing <linux/types.h>
author
Tom Rini
<trini@konsulko.com>
Wed, 1 May 2024 02:40:51 +0000
(20:40 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/include/splash.h
b/include/splash.h
index c3922375987da02ef0bb95d52b28299234fa60a8..83c6fa9767f04ff1a8ce3f0890d1760f3f80b65f 100644
(file)
--- 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,