1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-25 04:21:18 +02:00

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 6de66b3542
commit c83d7ca4da

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