Fix headers in emulation mode.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-01-12 20:05:46 +01:00
parent 7764de4e10
commit 7195a8f3ec
3 changed files with 9 additions and 0 deletions

View File

@@ -22,7 +22,9 @@
#include "common.h"
#include "mbedtls/rsa.h"
#include "mbedtls/ecdsa.h"
#ifndef ENABLE_EMULATION
#include "pico/stdlib.h"
#endif
#include "file.h"
#include "apdu.h"
#include "hsm.h"