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 <stdio.h>
#include <string.h> #include <string.h>
#include <inttypes.h>
#include "vtimer.h" #include "vtimer.h"
#include "thread.h" #include "thread.h"
#include "net_if.h" #include "net_if.h"