From fe93483a0ab9dcbf7794ffbf0b029ba138380e81 Mon Sep 17 00:00:00 2001 From: Marian Balakowicz Date: Fri, 28 Oct 2005 18:08:03 +0200 Subject: Correct includes for flat tree builder. --- common/ft_build.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/ft_build.c') diff --git a/common/ft_build.c b/common/ft_build.c index 624a1e1659..65a274f840 100644 --- a/common/ft_build.c +++ b/common/ft_build.c @@ -6,13 +6,13 @@ #include #include +#ifdef CONFIG_OF_FLAT_TREE + #include #include #include -#ifdef CONFIG_OF_FLAT_TREE - /* align addr on a size boundary - adjust address up if needed -- Cort */ #define _ALIGN(addr,size) (((addr)+(size)-1)&(~((size)-1))) -- cgit v1.2.1