Shell: explicitly include rpl-ns.h when needed

This commit is contained in:
Simon Duquennoy 2017-12-09 08:29:28 -08:00
parent ab41114727
commit 4cab396d48

View File

@ -60,6 +60,11 @@
#endif /* MAC_CONF_WITH_TSCH */
#include "net/routing/routing.h"
#include "net/mac/llsec802154.h"
#if RPL_WITH_NON_STORING
/* For RPL non-storing specific link printout */
#include "rpl-ns.h"
#endif
#include <stdlib.h>