C conformance: Include stdbool.h to define `bool`
`bool` is otherwise not defined in C.
This commit is contained in:
parent
ea1e26f312
commit
f02252e37d
|
@ -35,6 +35,7 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
////// bool
|
////// bool
|
||||||
|
|
Loading…
Reference in New Issue