Add missing header.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-06-22 19:52:36 +02:00
parent eb75ad4efa
commit d66d1c85b9

View File

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