From 810509266fba83fb73f28842fc99268e761bd43c Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 11 Jul 2004 20:04:51 +0000 Subject: * Cleanup * Patch by Mark Jonas, 05 Jul 2004: add support for the Total5100's and Total5200's LCD screen * Patches by Dan Eisenhut, 01 Jul 2004: - README fixes. - Move doc2000.h include to prevent compiler warning on some boards --- common/docecc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/docecc.c') diff --git a/common/docecc.c b/common/docecc.c index cf45e0f6d9..79adb48958 100644 --- a/common/docecc.c +++ b/common/docecc.c @@ -28,13 +28,13 @@ #include #include -#include - #undef ECC_DEBUG #undef PSYCHO_DEBUG #if (CONFIG_COMMANDS & CFG_CMD_DOC) +#include + /* need to undef it (from asm/termbits.h) */ #undef B0 -- cgit v1.2.3