Merge pull request #90 from simonduq/rpl-conf

Added missing include of contiki-conf.h in rpl-conf.h
This commit is contained in:
Adam Dunkels 2013-03-09 05:55:56 -08:00
commit 373b6c0195

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