summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp11
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp11')
-rw-r--r--testsuites/sptests/sp11/init.c4
-rw-r--r--testsuites/sptests/sp11/task1.c4
-rw-r--r--testsuites/sptests/sp11/task2.c4
-rw-r--r--testsuites/sptests/sp11/timer.c4
4 files changed, 16 insertions, 0 deletions
diff --git a/testsuites/sptests/sp11/init.c b/testsuites/sptests/sp11/init.c
index 816bbb295a..2b55c0683b 100644
--- a/testsuites/sptests/sp11/init.c
+++ b/testsuites/sptests/sp11/init.c
@@ -21,6 +21,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#define CONFIGURE_INIT
#include "system.h"
diff --git a/testsuites/sptests/sp11/task1.c b/testsuites/sptests/sp11/task1.c
index d168478abb..ae4542f9ba 100644
--- a/testsuites/sptests/sp11/task1.c
+++ b/testsuites/sptests/sp11/task1.c
@@ -17,6 +17,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
rtems_task Task_1(
diff --git a/testsuites/sptests/sp11/task2.c b/testsuites/sptests/sp11/task2.c
index 80d2b026fa..99c6eddaa5 100644
--- a/testsuites/sptests/sp11/task2.c
+++ b/testsuites/sptests/sp11/task2.c
@@ -18,6 +18,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
rtems_task Task_2(
diff --git a/testsuites/sptests/sp11/timer.c b/testsuites/sptests/sp11/timer.c
index 8d98f61663..089ab8454e 100644
--- a/testsuites/sptests/sp11/timer.c
+++ b/testsuites/sptests/sp11/timer.c
@@ -16,6 +16,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
rtems_timer_service_routine TA1_send_18_to_self_5_seconds(