From 64045a6a173e6cf74a9c30bbe21a93d105be289e Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 16 Apr 2020 18:30:18 +0900 Subject: libfdt: split fdt_region declarations out to fdt_region APIs are not part of libfdt. They are U-Boot extension for the verified boot. Split the declarations related to fdt_region out of . This allows to become a simple wrapper file, like Linux does. Signed-off-by: Masahiro Yamada --- tools/image-host.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/image-host.c') diff --git a/tools/image-host.c b/tools/image-host.c index 5bb6896..9a83b7f 100644 --- a/tools/image-host.c +++ b/tools/image-host.c @@ -10,6 +10,7 @@ #include "mkimage.h" #include +#include #include #include -- cgit v1.1