From 5b728691adc7779d2746d40c219eb1962878fbb1 Mon Sep 17 00:00:00 2001 From: Atis Elsts Date: Tue, 26 Apr 2016 16:40:56 +0300 Subject: [PATCH] TSCH: add missing include --- core/net/mac/tsch/tsch-queue.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/net/mac/tsch/tsch-queue.h b/core/net/mac/tsch/tsch-queue.h index c350ab063..676619a3a 100644 --- a/core/net/mac/tsch/tsch-queue.h +++ b/core/net/mac/tsch/tsch-queue.h @@ -39,6 +39,7 @@ #include "lib/ringbufindex.h" #include "net/linkaddr.h" #include "net/mac/tsch/tsch-schedule.h" +#include "net/mac/mac.h" /******** Configuration *******/