summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp06
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 07:37:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 07:37:03 +0000
commit7d3f9c646a0e33d77bf60b0335ba122e143622f1 (patch)
treead05e6d4c5a50bfed9e5ee2238dc44592cbcf903 /testsuites/sptests/sp06
parent2010-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7d3f9c646a0e33d77bf60b0335ba122e143622f1.tar.bz2
Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites/sptests/sp06')
-rw-r--r--testsuites/sptests/sp06/init.c4
-rw-r--r--testsuites/sptests/sp06/task1.c4
-rw-r--r--testsuites/sptests/sp06/task2.c4
-rw-r--r--testsuites/sptests/sp06/task3.c4
4 files changed, 16 insertions, 0 deletions
diff --git a/testsuites/sptests/sp06/init.c b/testsuites/sptests/sp06/init.c
index c18df60663..3e54308b90 100644
--- a/testsuites/sptests/sp06/init.c
+++ b/testsuites/sptests/sp06/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/sp06/task1.c b/testsuites/sptests/sp06/task1.c
index e5ae84510c..0aaa4a8b0a 100644
--- a/testsuites/sptests/sp06/task1.c
+++ b/testsuites/sptests/sp06/task1.c
@@ -18,6 +18,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
rtems_task Task_1(
diff --git a/testsuites/sptests/sp06/task2.c b/testsuites/sptests/sp06/task2.c
index 2214623dd3..5c61c2ba5d 100644
--- a/testsuites/sptests/sp06/task2.c
+++ b/testsuites/sptests/sp06/task2.c
@@ -18,6 +18,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
rtems_task Task_2( argument )
diff --git a/testsuites/sptests/sp06/task3.c b/testsuites/sptests/sp06/task3.c
index 4c720627d9..4dec68ccb1 100644
--- a/testsuites/sptests/sp06/task3.c
+++ b/testsuites/sptests/sp06/task3.c
@@ -18,6 +18,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
rtems_task Task_3(