From patchwork Thu Nov 15 00:59:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,v2,2/4] dtc/fdtdump: include libfdt_env.h prior to fdt.h Date: Wed, 14 Nov 2012 14:59:57 -0000 From: Kim Phillips X-Patchwork-Id: 199092 Message-Id: <1352941199-19393-2-git-send-email-kim.phillips@freescale.com> To: Cc: u-boot@lists.denx.de, devicetree-discuss@lists.ozlabs.org, Kim Phillips , David Gibson in order to get the upcoming fdt type definitions. Signed-off-by: Kim Phillips Acked-by: David Gibson --- v2: added David's Acked-by. fdtdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdtdump.c b/fdtdump.c index 207a46d..8a7ae72 100644 --- a/fdtdump.c +++ b/fdtdump.c @@ -8,8 +8,8 @@ #include #include -#include #include +#include #include "util.h"