Browse Source

fixed fdt #include to search in local directory first (#856)

pull/858/head
Elmar Melcher 4 years ago
committed by GitHub
parent
commit
f1bc56264e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      fdt/fdt.c

4
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"

Loading…
Cancel
Save