diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-26 23:15:57 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-26 23:15:57 +0200 |
commit | 8bf7437c0127f417b566c93ffa59df7292a0e11f (patch) | |
tree | 88931de07c5cface7e846c494e07f41e2d7f8b16 /common/cmd_bmp.c | |
parent | e1491288743c3c3547c9b512d03f42eae530a114 (diff) | |
parent | 35cf3b57eafe3ee1f693e24267e0ecfefab60251 (diff) | |
download | u-boot-imx-8bf7437c0127f417b566c93ffa59df7292a0e11f.zip u-boot-imx-8bf7437c0127f417b566c93ffa59df7292a0e11f.tar.gz u-boot-imx-8bf7437c0127f417b566c93ffa59df7292a0e11f.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-video
Diffstat (limited to 'common/cmd_bmp.c')
-rw-r--r-- | common/cmd_bmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c index 27d5896..faa10a4 100644 --- a/common/cmd_bmp.c +++ b/common/cmd_bmp.c @@ -26,6 +26,7 @@ */ #include <common.h> +#include <lcd.h> #include <bmp_layout.h> #include <command.h> #include <asm/byteorder.h> |