From 156f1dc7a5d72e756dfae2ca483d5187778ff447 Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 29 Mar 2010 11:30:24 +0000 Subject: [ifxmips] fixes uboot compile error git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20580 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/uboot-lantiq/patches/210-compile.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package/uboot-lantiq/patches/210-compile.patch (limited to 'package/uboot-lantiq') diff --git a/package/uboot-lantiq/patches/210-compile.patch b/package/uboot-lantiq/patches/210-compile.patch new file mode 100644 index 000000000..e34d7fd3e --- /dev/null +++ b/package/uboot-lantiq/patches/210-compile.patch @@ -0,0 +1,24 @@ +Index: u-boot-2009.11.1/common/env_common.c +=================================================================== +--- u-boot-2009.11.1.orig/common/env_common.c 2010-01-25 09:35:12.000000000 +0100 ++++ u-boot-2009.11.1/common/env_common.c 2010-03-29 13:20:50.000000000 +0200 +@@ -26,6 +26,7 @@ + + #include + #include ++#include + #include + #include + #include +Index: u-boot-2009.11.1/common/env_embedded.c +=================================================================== +--- u-boot-2009.11.1.orig/common/env_embedded.c 2010-03-29 13:22:19.000000000 +0200 ++++ u-boot-2009.11.1/common/env_embedded.c 2010-03-29 13:22:29.000000000 +0200 +@@ -27,6 +27,7 @@ + #define __ASM_STUB_PROCESSOR_H__ /* don't include asm/processor. */ + #include + #undef __ASSEMBLY__ ++#include + #include + + /* -- cgit v1.2.3