libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
[oweals/u-boot.git] / tools / fdtgrep.c
index 5897b6d5f78072f7b8d189b3af5ac49e433f88e5..7af77b7afe34085a7e305f765e6b50c012179a2c 100644 (file)
@@ -16,7 +16,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "../include/libfdt.h"
+#include "fdt_host.h"
 #include "libfdt_internal.h"
 
 /* Define DEBUG to get some debugging output on stderr */