From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nobuhiro Iwamatsu Date: Tue, 24 Feb 2009 16:20:40 +0900 Subject: [U-Boot] [PATCH] sh: Add support sh_eth to cpu of sh4 Message-ID: <49A39FC8.2000105@renesas.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: Nobuhiro Iwamatsu --- cpu/sh4/cpu.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cpu/sh4/cpu.c b/cpu/sh4/cpu.c index 52b6cfd..be410ab 100644 --- a/cpu/sh4/cpu.c +++ b/cpu/sh4/cpu.c @@ -23,6 +23,7 @@ #include #include +#include #include #include -- 1.5.6.5