sys/net/link_layer/ng_nomac: Add missing inttypes.h include
This commit is contained in:
parent
b35c2782da
commit
c2aa2aa91f
@ -27,6 +27,11 @@
|
|||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG (0)
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
|
#if ENABLE_DEBUG
|
||||||
|
/* For PRIu16 etc. */
|
||||||
|
#include <inttypes.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Function called by the device driver on device events
|
* @brief Function called by the device driver on device events
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user