From 74d1e66d22dac91388bc538b2fe19f735edc5b82 Mon Sep 17 00:00:00 2001 From: Bartlomiej Sieka Date: Thu, 27 Mar 2008 15:06:40 +0100 Subject: Fix host tool build breakage, take two Revert commit 87c8431f and fix build breakage so that the build continues to work on FC systems. Signed-off-by: Bartlomiej Sieka --- include/libfdt_env.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/libfdt_env.h') diff --git a/include/libfdt_env.h b/include/libfdt_env.h index 98c522ae4..ab5c3012d 100644 --- a/include/libfdt_env.h +++ b/include/libfdt_env.h @@ -21,15 +21,16 @@ #ifndef _LIBFDT_ENV_H #define _LIBFDT_ENV_H -#include -#include -#include #ifdef USE_HOSTCC +#include #include #else #include +#include #endif /* USE_HOSTCC */ +#include +#include extern struct fdt_header *fdt; /* Pointer to the working fdt */ #define fdt32_to_cpu(x) __be32_to_cpu(x) -- cgit v1.2.3