summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal_support/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfatal_support/system.h')
-rw-r--r--testsuites/sptests/spfatal_support/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/sptests/spfatal_support/system.h b/testsuites/sptests/spfatal_support/system.h
index 407e4933b6..39f6de676a 100644
--- a/testsuites/sptests/spfatal_support/system.h
+++ b/testsuites/sptests/spfatal_support/system.h
@@ -15,6 +15,7 @@
* Some of the fatal error cases require the ability to peek inside RTEMS
*/
#include <rtems.h>
+#include <rtems/test.h>
#include <tmacros.h>
/* functions */
@@ -65,7 +66,8 @@ extern rtems_extensions_table initial_extensions;
NULL, /* begin */ \
NULL, /* exitted */ \
Fatal_extension /* fatal */ \
- }
+ }, \
+ RTEMS_TEST_INITIAL_EXTENSION
/* extra parameters may be in testcase.h */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER