Fix compile problem with new env code.

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2008-01-08 22:58:27 +01:00
parent 64b3727b97
commit 46f6e50190

1
tools/env/fw_env.c vendored
View File

@ -35,6 +35,7 @@
#ifdef MTD_OLD
# include <linux/mtd/mtd.h>
#else
# define __user /* nothing */
# include <mtd/mtd-user.h>
#endif