Browse Source

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>
main
Kim Phillips 12 years ago committed by Jon Loeliger
parent
commit
20b866a7ce
  1. 2
      fdtdump.c

2
fdtdump.c

@ -8,8 +8,8 @@ @@ -8,8 +8,8 @@
#include <string.h>
#include <ctype.h>

#include <fdt.h>
#include <libfdt_env.h>
#include <fdt.h>

#include "util.h"


Loading…
Cancel
Save