summaryrefslogtreecommitdiff
path: root/tests/test/support/FreeRTOS/Source/include/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/support/FreeRTOS/Source/include/list.h')
-rw-r--r--tests/test/support/FreeRTOS/Source/include/list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test/support/FreeRTOS/Source/include/list.h b/tests/test/support/FreeRTOS/Source/include/list.h
index 3b94593da..924c5900e 100644
--- a/tests/test/support/FreeRTOS/Source/include/list.h
+++ b/tests/test/support/FreeRTOS/Source/include/list.h
@@ -101,6 +101,9 @@
#ifdef __cplusplus
extern "C" {
#endif
+
+#include "portmacro.h"
+
/*
* Definition of the only type of object that a list can contain.
*/