From 7c64a114aae30a9494ce5ce9109d105d343adee7 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Wed, 23 Jan 2013 16:11:02 +0100 Subject: [PATCH] Added missing include of contiki-conf.h --- core/net/rpl/rpl-conf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/net/rpl/rpl-conf.h b/core/net/rpl/rpl-conf.h index aef97356b..d85579d0a 100644 --- a/core/net/rpl/rpl-conf.h +++ b/core/net/rpl/rpl-conf.h @@ -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