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

View file

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