mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
sys/net/link_layer/net_if: Add missing inttypes.h include
This commit is contained in:
parent
6577d21049
commit
b35c2782da
@ -26,6 +26,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
|
||||||
|
|
||||||
net_if_t interfaces[NET_IF_MAX];
|
net_if_t interfaces[NET_IF_MAX];
|
||||||
|
|
||||||
#if ENABLE_DEBUG
|
#if ENABLE_DEBUG
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user