1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/libcose: fix auto_init compilation

This commit is contained in:
Fabian Hüßler 2023-12-13 12:08:33 +01:00
parent 4370d93226
commit f9c5420717

View File

@ -25,6 +25,7 @@
#include "xfa.h"
#include "cose/crypto.h"
#include "cose/crypto/riot.h"
#if IS_USED(MODULE_AUTO_INIT)
#include "auto_init_utils.h"