From 5d1d3485cb31c5fe4b822c8c8fb888fa68f48e7e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 25 Feb 2020 07:13:55 +0100 Subject: libtests/stackchk: Include missing header file Update #3875. --- testsuites/libtests/stackchk/init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites') diff --git a/testsuites/libtests/stackchk/init.c b/testsuites/libtests/stackchk/init.c index 2ded41a549..da22a7ab50 100644 --- a/testsuites/libtests/stackchk/init.c +++ b/testsuites/libtests/stackchk/init.c @@ -26,6 +26,8 @@ #define CONFIGURE_INIT #include "system.h" +#include + const char rtems_test_name[] = "STACKCHK"; rtems_task Init( -- cgit v1.2.3