]> git.ipfire.org Git - thirdparty/grub.git/commit
types: Make bool generally available
authorRobbie Harwood <rharwood@redhat.com>
Fri, 4 Nov 2022 16:13:34 +0000 (12:13 -0400)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 14 Nov 2022 16:17:21 +0000 (17:17 +0100)
commit229b23a017f2faae632730b7f240ee57cfdff0f9
tree23681210beeae4e1650d4f91a7f0bc09e8fb122a
parente364307f6acc2f631b4c1fefda0791b9ce1f205f
types: Make bool generally available

Add an include on stdbool.h, making the bool type generally available
within the GRUB without needing to add a file-specific include every
time it would be used.

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/commands/parttool.c
grub-core/loader/arm64/linux.c
grub-core/parttool/msdospart.c
include/grub/parttool.h
include/grub/types.h