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

Merge pull request #15390 from basilfx/feature/riotboot_slot_stddef

sys/riotboot: add stddef.h for size_t
This commit is contained in:
Bas Stottelaar 2020-11-06 07:55:38 +01:00 committed by GitHub
commit c3b70d5a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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