diff options
Diffstat (limited to 'include/display.h')
-rw-r--r-- | include/display.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/display.h b/include/display.h index 3d012176441..e8d8aaa15fb 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; |