1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 09:33:50 +01:00

tests/vtimer_msg: Add missing inttypes.h include

This commit is contained in:
Joakim Gebart 2015-07-06 18:07:34 +02:00
parent 7203013040
commit 86389fcadb

View File

@ -21,6 +21,7 @@
#include <stdio.h>
#include <time.h>
#include <inttypes.h>
#include "vtimer.h"
#include "thread.h"