mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
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:
parent
38ad79d339
commit
20b866a7ce
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@
|
|||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include <fdt.h>
|
||||
#include <libfdt_env.h>
|
||||
#include <fdt.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue