Add bool header.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-03-30 00:57:41 +02:00
parent 630da663c4
commit 94f9f2fdac

View File

@@ -26,6 +26,7 @@ typedef unsigned long int uint64_t;
#else
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
#endif
#ifdef __cplusplus