diff options
Diffstat (limited to 'drivers/video/bmp.c')
-rw-r--r-- | drivers/video/bmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/bmp.c b/drivers/video/bmp.c index 291ed36..bab6fa7 100644 --- a/drivers/video/bmp.c +++ b/drivers/video/bmp.c @@ -8,6 +8,7 @@ * BMP handling routines */ +#include <common.h> #include <bmp_layout.h> #include <command.h> #include <dm.h> |