sys/net/routing/aodvv2: Add missing inttypes.h includes
This commit is contained in:
parent
de3bd08798
commit
8f2da1d3d0
@ -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
|
||||||
|
|
||||||
#define VERBOSE_DEBUG (0)
|
#define VERBOSE_DEBUG (0)
|
||||||
#if VERBOSE_DEBUG
|
#if VERBOSE_DEBUG
|
||||||
#define VDEBUG(...) AODV_DEBUG(__VA_ARGS__)
|
#define VDEBUG(...) AODV_DEBUG(__VA_ARGS__)
|
||||||
|
|||||||
@ -17,6 +17,9 @@
|
|||||||
* @author Lotte Steenbrink <lotte.steenbrink@fu-berlin.de>
|
* @author Lotte Steenbrink <lotte.steenbrink@fu-berlin.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
#include "routingtable.h"
|
#include "routingtable.h"
|
||||||
#include "aodv_debug.h"
|
#include "aodv_debug.h"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user