]> git.baikalelectronics.ru Git - uboot.git/commit
disk: include errno.h explicitly in part.h
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 19 Apr 2022 01:01:52 +0000 (10:01 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 23 Apr 2022 20:05:33 +0000 (22:05 +0200)
commit110adbe9cb24c2a70f4d39e4c526720cd6b79e9a
tree9ced7dfc96cb07824daab99958dfe509997f0355
parentae7ffbd4c0c991d328649c07dda61b4556499d77
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 <takahiro.akashi@linaro.org>
include/part.h