commit | 135ec30e12c4b6702875d9c5d964978043a655e1 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 01 19:30:24 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 07 08:00:41 2024 -0600 |
tree | 917f552b988221299473667bf771b3f8cdb2cfc9 | |
parent | f7da895c508a628b99c4336c5e9795df1c0ba5c0 [diff] [blame] |
include: Add missing <linux/types.h> These files have many "Linux" style types in them, add <linux/types.h> Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/include/display.h b/include/display.h index 3d01217..e8d8aaa 100644 --- a/include/display.h +++ b/include/display.h
@@ -6,6 +6,8 @@ #ifndef _DISPLAY_H #define _DISPLAY_H +#include <linux/types.h> + struct udevice; struct display_timing;