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

sys/riotboot: add stddef.h for size_t

This commit is contained in:
Bas Stottelaar 2020-11-05 23:50:38 +01:00
parent 66bf60610e
commit 152c2f5786

View File

@ -29,6 +29,8 @@
extern "C" {
#endif
#include <stddef.h>
#include "riotboot/hdr.h"
/**