diff options
Diffstat (limited to 'drivers/video/ssd2828.c')
-rw-r--r-- | drivers/video/ssd2828.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/ssd2828.c b/drivers/video/ssd2828.c index 4d40dca0c8..83566bc6d6 100644 --- a/drivers/video/ssd2828.c +++ b/drivers/video/ssd2828.c @@ -10,6 +10,7 @@ */ #include <common.h> +#include <malloc.h> #include <mipi_display.h> #include <asm/arch/gpio.h> #include <asm/gpio.h> |