C conformance: Include stdbool.h to define bool
`bool` is otherwise not defined in C.
This commit is contained in:
parent
ea1e26f312
commit
f02252e37d
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
////// bool
|
||||
|
|
Loading…
Reference in a new issue