From 5dd6261feffc6ebda52679b57d85c5023284a170 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Thu, 1 Oct 2015 16:09:13 +0200 Subject: [PATCH] Nullrdc: added missing include for cooja nodes --- core/net/mac/nullrdc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core/net/mac/nullrdc.c b/core/net/mac/nullrdc.c index 04baa90bd..5cec23a3d 100644 --- a/core/net/mac/nullrdc.c +++ b/core/net/mac/nullrdc.c @@ -48,6 +48,7 @@ #if CONTIKI_TARGET_COOJA #include "lib/simEnvChange.h" +#include "sys/cooja_mt.h" #endif /* CONTIKI_TARGET_COOJA */ #define DEBUG 0