From 9391f6d6637c752046cdfd89ae2eeea147496e44 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 10 Mar 2014 16:31:43 +0100 Subject: tests/samples: Use --- testsuites/samples/base_sp/system.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuites/samples/base_sp/system.h') diff --git a/testsuites/samples/base_sp/system.h b/testsuites/samples/base_sp/system.h index aa04d0a178..837b52d03d 100644 --- a/testsuites/samples/base_sp/system.h +++ b/testsuites/samples/base_sp/system.h @@ -12,6 +12,7 @@ */ #include +#include /* functions */ @@ -33,6 +34,8 @@ rtems_task Application_task( #define CONFIGURE_MAXIMUM_TASKS 2 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE +#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION + #include /* end of include file */ -- cgit v1.2.3