1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Merge pull request #20174 from fabian18/pr/pkg_libcose_compile_fix

pkg/libcose: fix auto_init compilation
This commit is contained in:
benpicco 2023-12-13 21:29:26 +00:00 committed by GitHub
commit 79d27ade29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"