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
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

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