1
0
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:
Joakim Gebart 2015-07-06 17:51:04 +02:00
parent aaeaa968e6
commit fd42e7adff

View File

@ -20,6 +20,8 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include "vtimer.h"
#include "thread.h"
#include "net_if.h"