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