1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/net/transport_layer/ng_udp: Add missing inttypes.h include

This commit is contained in:
Joakim Gebart 2015-07-06 18:06:38 +02:00
parent 8fc1a656fa
commit 5c5b644602

View File

@ -19,6 +19,7 @@
*/
#include <stdio.h>
#include <inttypes.h>
#include "net/ng_udp.h"