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

examples/ng_networking: Add missing inttypes.h includes

This commit is contained in:
Joakim Gebart 2015-07-06 17:51:21 +02:00
parent fd42e7adff
commit 7b744f6843

View File

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