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: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=c83d7ca4dadd44ae430235077f63b64a11f36f6e 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 bf9d50620e..e083a5b11e 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