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

sys/riotboot: add missing "inttypes.h" include

This commit is contained in:
Kaspar Schleiser 2021-07-01 14:14:55 +02:00
parent 92fc4ace65
commit 136f59bc2c

View File

@ -23,6 +23,7 @@
#include <assert.h>
#include <string.h>
#include <inttypes.h>
#include "cpu.h"
#include "riotboot/slot.h"