From c83d7ca4dadd44ae430235077f63b64a11f36f6e Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 8 Jan 2008 22:58:27 +0100 Subject: [PATCH] Fix compile problem with new env code. Signed-off-by: Wolfgang Denk --- tools/env/fw_env.c | 1 + 1 file changed, 1 insertion(+) 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