Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[openembedded.git] / recipes / u-boot / u-boot-1.2.0 / fw_env.c.patch
1 --- u-boot-1.1.2.orig/tools/env/fw_env.c        2004-12-31 01:32:54.000000000 -0800
2 +++ u-boot-1.1.2/tools/env/fw_env.c     2006-11-08 12:43:41.000000000 -0800
3 @@ -31,7 +31,9 @@
4  #include <sys/ioctl.h>
5  #include <sys/stat.h>
6  #include <unistd.h>
7 -#include <linux/mtd/mtd.h>
8 +#include <stdint.h>
9 +#include <mtd/mtd-abi.h>
10 +#include <mtd/mtd-user.h>
11  #include "fw_env.h"
12  
13  typedef unsigned char uchar;