mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/rpl_udp: Add missing inttypes.h includes
This commit is contained in:
parent
aaeaa968e6
commit
fd42e7adff
@ -20,6 +20,8 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "vtimer.h"
|
||||
#include "thread.h"
|
||||
#include "net_if.h"
|
||||
|
Loading…
Reference in New Issue
Block a user