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:
parent
fd42e7adff
commit
7b744f6843
@ -19,6 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "kernel.h"
|
||||
#include "net/ng_netbase.h"
|
||||
|
Loading…
Reference in New Issue
Block a user