From 8e7c129fc8135124dfdacae7dc103aba038a9b97 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 14 Jul 2021 13:17:50 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14600 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/test/include/ch_test.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/os/test/include/ch_test.h b/os/test/include/ch_test.h index 2f95a67e1..3723bfe6e 100644 --- a/os/test/include/ch_test.h +++ b/os/test/include/ch_test.h @@ -28,6 +28,8 @@ #ifndef CH_TEST_H #define CH_TEST_H +#include + #if defined(TEST_USE_CFG_FILE) #include "testconf.h" #endif @@ -345,7 +347,6 @@ static inline msg_t test_execute(BaseSequentialStream *stream, } #endif - /** * @brief Prints a decimal unsigned number. *