From: AKASHI Takahiro Date: Tue, 19 Apr 2022 01:01:52 +0000 (+0900) Subject: disk: include errno.h explicitly in part.h X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=fd3654df3699ef08a4da91aacfb9799341680806;p=u-boot.git disk: include errno.h explicitly in part.h Some errno numbers are used in defining inline functions. So "errno.h" should be explicitly included to avoid possible build errors. Signed-off-by: AKASHI Takahiro --- diff --git a/include/part.h b/include/part.h index 53cfbdd876..1196220817 100644 --- a/include/part.h +++ b/include/part.h @@ -10,6 +10,7 @@ #include #include #include +#include #include struct block_drvr {