C conformance: Include stdbool.h to define `bool`

`bool` is otherwise not defined in C.
This commit is contained in:
Miguel de Icaza 2021-02-01 23:26:20 -05:00
parent ea1e26f312
commit f02252e37d
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
extern "C" { extern "C" {
#endif #endif
#include <stdbool.h>
#include <stdint.h> #include <stdint.h>
////// bool ////// bool