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

sys/riotboot: add missing include

This commit is contained in:
Marian Buschsieweke 2022-09-22 13:41:52 +02:00
parent 9add97fe0e
commit caa30b83d5
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -18,6 +18,8 @@
*/
#include <string.h>
#include "irq.h"
#include "periph/pm.h"
#include "riotboot/magic.h"