From a9aad296177ba1e1fb6826ce82108b41be6bdce9 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Thu, 22 Nov 2018 15:01:08 +0100 Subject: [PATCH] Add missing inclusions of --- examples/benchmarks/rpl-req-resp/node.c | 2 ++ os/net/mac/tsch/tsch-adaptive-timesync.c | 1 + 2 files changed, 3 insertions(+) diff --git a/examples/benchmarks/rpl-req-resp/node.c b/examples/benchmarks/rpl-req-resp/node.c index 4b92415f9..bc7552797 100644 --- a/examples/benchmarks/rpl-req-resp/node.c +++ b/examples/benchmarks/rpl-req-resp/node.c @@ -42,6 +42,8 @@ #include "contiki-net.h" #include "services/deployment/deployment.h" +#include + /* Log configuration */ #include "sys/log.h" #define LOG_MODULE "App" diff --git a/os/net/mac/tsch/tsch-adaptive-timesync.c b/os/net/mac/tsch/tsch-adaptive-timesync.c index cf10e9cf1..2745abca2 100644 --- a/os/net/mac/tsch/tsch-adaptive-timesync.c +++ b/os/net/mac/tsch/tsch-adaptive-timesync.c @@ -45,6 +45,7 @@ #include "net/mac/tsch/tsch.h" #include +#include #if TSCH_ADAPTIVE_TIMESYNC