commit | 7780a939fa6cbfa0eae37755ca631420b1fb34b8 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Apr 19 10:01:52 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 23 22:05:33 2022 +0200 |
tree | 9ced7dfc96cb07824daab99958dfe509997f0355 | |
parent | 163182cd9cfa80063f65a5f82d3768bca7ae6676 [diff] |
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>