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/nsecs/system.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/samples/nsecs/system.h') diff --git a/testsuites/samples/nsecs/system.h b/testsuites/samples/nsecs/system.h index a9d2ac6c86..25f7d313b6 100644 --- a/testsuites/samples/nsecs/system.h +++ b/testsuites/samples/nsecs/system.h @@ -1,6 +1,8 @@ #ifndef SYSTEM_H #define SYSTEM_H +#include + #include /* for device driver prototypes */ extern void dummy_function_empty_body_to_force_call(void); @@ -12,5 +14,7 @@ extern void dummy_function_empty_body_to_force_call(void); #define CONFIGURE_MAXIMUM_TASKS 1 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE +#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION + #include #endif -- cgit v1.2.3