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:
parent
92fc4ace65
commit
136f59bc2c
@ -23,6 +23,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "riotboot/slot.h"
|
||||
|
Loading…
Reference in New Issue
Block a user