Added missing include of contiki-conf.h

This commit is contained in:
Simon Duquennoy 2013-01-23 16:11:02 +01:00
parent 0a88373add
commit 7c64a114aa

View File

@ -38,6 +38,8 @@
#ifndef RPL_CONF_H
#define RPL_CONF_H
#include "contiki-conf.h"
/* Set to 1 to enable RPL statistics */
#ifndef RPL_CONF_STATS
#define RPL_CONF_STATS 0