sys/net/link_layer/ng_nomac: Add missing inttypes.h include

This commit is contained in:
Joakim Gebart 2015-07-06 18:05:59 +02:00
parent b35c2782da
commit c2aa2aa91f

View File

@ -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
* *