Fix bool build.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2025-05-25 19:20:04 +02:00
parent eb75ad4efa
commit da3a7f25d0
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -25,6 +25,7 @@
#include "compat.h"
#include <stdio.h>
#include <inttypes.h>
#include <stdbool.h>
typedef struct app {
const uint8_t *aid;