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
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;