From 4c209ab8d7efec038c8800b3fd8c3f68025967bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Mon, 12 Aug 2019 16:42:21 +0200 Subject: [PATCH] tests/libfixmath: explicitly import ARRAY_SIZE definition ARRAY_SIZE is implicitly imported by "xtimer.h" which will be removed of this file. --- tests/libfixmath/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/libfixmath/main.c b/tests/libfixmath/main.c index bf775239a4..52f12f530c 100644 --- a/tests/libfixmath/main.c +++ b/tests/libfixmath/main.c @@ -30,6 +30,7 @@ #include +#include "kernel_defines.h" #include "xtimer.h" #include "fix16.h"