From 9d06bffbfbbe3b8c8b5c831314b5f2fead87ebe6 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Wed, 21 Oct 2020 21:25:34 +0200 Subject: [PATCH] cpu/*: add explicit include of timex.h --- cpu/esp_common/freertos/portable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/esp_common/freertos/portable.c b/cpu/esp_common/freertos/portable.c index b5b29a8808..edf4fe4c68 100644 --- a/cpu/esp_common/freertos/portable.c +++ b/cpu/esp_common/freertos/portable.c @@ -17,6 +17,7 @@ #include "esp_common.h" #include "log.h" +#include "timex.h" #include "freertos/FreeRTOS.h"