Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nuttx/elf.h: Fix build error with unknown type name 'bool'.
nuttx/include/nuttx/elf.h:118:1: error: unknown type name 'bool' 118 | bool up_checkarch(FAR const Elf_Ehdr *hdr); | ^~~~ nuttx/include/nuttx/elf.h:30:1: note: 'bool' is defined in header '<stdbool.h>'; did you forget to '#include <stdbool.h>'? 29 | #include <arch/elf.h> +++ |+#include <stdbool.h> 30 | Signed-off-by: cuiziwei <[email protected]>
- Loading branch information