commit | 61250867706664b50490751d7890daae2e765256 | [log] [tgz] |
---|---|---|
author | Bartlomiej Sieka <tur@semihalf.com> | Fri Feb 29 16:00:24 2008 +0100 |
committer | Marian Balakowicz <m8@semihalf.com> | Fri Feb 29 16:00:24 2008 +0100 |
tree | 87ab025457f538b8313c418ffab396f68b5f2821 | |
parent | 6bfe92f16c8d336e9745753f7560b9d1f0d407d6 [diff] [blame] |
[new uImage] Add libfdt support to mkimage Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
diff --git a/libfdt/fdt_wip.c b/libfdt/fdt_wip.c index 88e24b8..24e1724 100644 --- a/libfdt/fdt_wip.c +++ b/libfdt/fdt_wip.c
@@ -50,8 +50,12 @@ */ #include "libfdt_env.h" +#ifndef USE_HOSTCC #include <fdt.h> #include <libfdt.h> +#else +#include "fdt_host.h" +#endif #include "libfdt_internal.h"