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>
This commit is contained in:
Kim Phillips 2012-11-13 18:34:09 -06:00 committed by Jon Loeliger
parent 38ad79d339
commit 20b866a7ce

View file

@ -8,8 +8,8 @@
#include <string.h>
#include <ctype.h>
#include <fdt.h>
#include <libfdt_env.h>
#include <fdt.h>
#include "util.h"