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

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;