3d069e4d398cb611f075d13284ac4117dd523aad
[openwrt-10.03/.git] / 007-ubparams_bugfix.patch
1 --- u-boot-1.1.4.old/tools/ubparams.c   2007-03-22 18:09:52.000000000 +0100
2 +++ u-boot-1.1.4/tools/ubparams.c       2007-03-22 18:29:32.000000000 +0100
3 @@ -18,7 +18,7 @@
4  #define __ASM_STUB_PROCESSOR_H__
5  #include <config.h>
6  #undef __ASSEMBLY__
7 -#include "environment.h"
8 +#include <environment.h>
9  
10  #define XMK_STR(x)  #x
11  #define MK_STR(x)  XMK_STR(x)