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

sys/net/ccn_lite: Add missing inttypes.h include

This commit is contained in:
Joakim Gebart 2015-07-06 17:52:05 +02:00
parent 7b744f6843
commit 6577d21049

View File

@ -20,6 +20,8 @@
#if RIOT_CCN_APPSERVER
#include <inttypes.h>
#include "msg.h"
#include "thread.h"
#include "ccnl-riot-compat.h"