From: Wolfgang Denk Date: Tue, 8 Jan 2008 21:58:27 +0000 (+0100) Subject: Fix compile problem with new env code. X-Git-Tag: v1.3.2-rc1~102^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c83d7ca4dadd44ae430235077f63b64a11f36f6e;p=pandora-u-boot.git Fix compile problem with new env code. Signed-off-by: Wolfgang Denk --- diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c index bf9d50620ea..e083a5b11eb 100644 --- a/tools/env/fw_env.c +++ b/tools/env/fw_env.c @@ -35,6 +35,7 @@ #ifdef MTD_OLD # include #else +# define __user /* nothing */ # include #endif