diff options
author | Luka Perkov <luka@openwrt.org> | 2013-05-05 20:11:04 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-05-05 20:11:04 +0000 |
commit | b693bfc710ef59f4b3564ea221f34a0317afefe3 (patch) | |
tree | 80214a074ea1e8d8bf03c60223329c8353373e8c /tools/mkimage/patches/010-freebsd-ulong-fix.patch | |
parent | c7c243669c324b6b2592d397153a258c86efed5c (diff) | |
download | upstream-b693bfc710ef59f4b3564ea221f34a0317afefe3.tar.gz upstream-b693bfc710ef59f4b3564ea221f34a0317afefe3.tar.bz2 upstream-b693bfc710ef59f4b3564ea221f34a0317afefe3.zip |
mkimage: update to 2013.04
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 36550
Diffstat (limited to 'tools/mkimage/patches/010-freebsd-ulong-fix.patch')
-rw-r--r-- | tools/mkimage/patches/010-freebsd-ulong-fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkimage/patches/010-freebsd-ulong-fix.patch b/tools/mkimage/patches/010-freebsd-ulong-fix.patch index 737291466c..715755b875 100644 --- a/tools/mkimage/patches/010-freebsd-ulong-fix.patch +++ b/tools/mkimage/patches/010-freebsd-ulong-fix.patch @@ -9,5 +9,5 @@ +#endif + #if defined(CONFIG_FIT) - #include <fdt.h> #include <libfdt.h> + #include <fdt_support.h> |