From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodolfo Giometti Date: Mon, 23 Jul 2007 10:06:03 +0200 Subject: [U-Boot-Users] [PATCH] cfb_console: add missing include file for byte order functions. Message-ID: <20070723080603.GA30062@enneenne.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Rodolfo Giometti --- drivers/cfb_console.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/cfb_console.c b/drivers/cfb_console.c index 9727aeb..19cec33 100644 --- a/drivers/cfb_console.c +++ b/drivers/cfb_console.c @@ -95,6 +95,7 @@ CONFIG_VIDEO_HW_CURSOR: - Uses the hardware cursor capability of the #ifdef CONFIG_CFB_CONSOLE #include +#include /*****************************************************************************/ /* Console device defines with SMI graphic */ -- 1.5.1.1