summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2012-11-13 18:34:09 -0600
committerJon Loeliger <jdl@jdl.com>2013-01-06 15:50:25 -0600
commit20b866a7ce1651c4ca3f28cf380df66d9ed35719 (patch)
tree4ca0a4e6f2cbfdf595910861f403f26f51974868
parent38ad79d33946590c862567c7cbdf25b5a46d8149 (diff)
downloaddtc-20b866a7ce1651c4ca3f28cf380df66d9ed35719.tar.gz
dtc/fdtdump: include libfdt_env.h prior to fdt.h
in order to get the upcoming fdt type definitions. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Acked-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r--fdtdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdtdump.c b/fdtdump.c
index d4fa6d7..b2c5b37 100644
--- a/fdtdump.c
+++ b/fdtdump.c
@@ -8,8 +8,8 @@
#include <string.h>
#include <ctype.h>
-#include <fdt.h>
#include <libfdt_env.h>
+#include <fdt.h>
#include "util.h"