1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/vtimer_msg_diff: Add missing inttypes.h include

This commit is contained in:
Joakim Gebart 2015-07-06 17:47:59 +02:00
parent 63bde8906e
commit 942da9db1b

View File

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