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

tests/cortexm_address_check: Add missing include inttypes.h

for PRIx32
This commit is contained in:
Joakim Nohlgård 2021-03-21 20:00:30 +01:00
parent 5b44d7e5b0
commit 1f710f94e6

View File

@ -18,6 +18,7 @@
* @}
*/
#include <inttypes.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>