Browse Source
fixed fdt #include to search in local directory first (#856)
pull/858/head
Elmar Melcher
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
fdt/fdt.c
|
|
|
@ -5,8 +5,8 @@ |
|
|
|
*/ |
|
|
|
#include "libfdt_env.h" |
|
|
|
|
|
|
|
#include <fdt.h> |
|
|
|
#include <libfdt.h> |
|
|
|
#include "fdt.h" |
|
|
|
#include "libfdt.h" |
|
|
|
|
|
|
|
#include "libfdt_internal.h" |
|
|
|
|
|
|
|
|