From: Simon Glass Date: Sat, 18 Nov 2023 21:04:53 +0000 (-0700) Subject: bootstd: Add missing header file from bootdev.h X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=e62714ca5f35aa11300d22c5e85d9629aa4fac4f;p=u-boot.git bootstd: Add missing header file from bootdev.h Add a dm/uclass-id.h to the bootdev header file, since it uses enum uclass_id Signed-off-by: Simon Glass Reviewed-by: Ilias Apalodimas --- diff --git a/include/bootdev.h b/include/bootdev.h index b079a91b5b..c1362673d4 100644 --- a/include/bootdev.h +++ b/include/bootdev.h @@ -7,6 +7,7 @@ #ifndef __bootdev_h #define __bootdev_h +#include #include struct bootflow;