[rtems commit] libtests/stackchk: Include missing header file
Sebastian Huber
sebh at rtems.org
Tue Feb 25 11:32:18 UTC 2020
Module: rtems
Branch: master
Commit: 5d1d3485cb31c5fe4b822c8c8fb888fa68f48e7e
Changeset: http://git.rtems.org/rtems/commit/?id=5d1d3485cb31c5fe4b822c8c8fb888fa68f48e7e
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Feb 25 07:13:55 2020 +0100
libtests/stackchk: Include missing header file
Update #3875.
---
testsuites/libtests/stackchk/init.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testsuites/libtests/stackchk/init.c b/testsuites/libtests/stackchk/init.c
index 2ded41a..da22a7a 100644
--- a/testsuites/libtests/stackchk/init.c
+++ b/testsuites/libtests/stackchk/init.c
@@ -26,6 +26,8 @@
#define CONFIGURE_INIT
#include "system.h"
+#include <rtems/bspIo.h>
+
const char rtems_test_name[] = "STACKCHK";
rtems_task Init(
More information about the vc
mailing list