From 8655b6f8603f12099e534a10f7840630b3e93026 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 9 Oct 2004 23:25:58 +0000 Subject: * Clean up tools/bmp_logo.c to not add trailing white space * Patch by Hinko Kocevar, 21 Aug 2004: - Group common framebuffer functions in common/lcd.c - Group common framebuffer macros and #defines in include/lcd.h - Provide calc_fbsize() for video ATAG --- common/cmd_bmp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/cmd_bmp.c') diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c index 3a97133..daa54e7 100644 --- a/common/cmd_bmp.c +++ b/common/cmd_bmp.c @@ -28,6 +28,7 @@ #include #include #include +#include #if (CONFIG_COMMANDS & CFG_CMD_BMP) -- cgit v1.1