summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp05
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/sp05
parent2010-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7d3f9c646a0e33d77bf60b0335ba122e143622f1.tar.bz2
Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites/sptests/sp05')
-rw-r--r--testsuites/sptests/sp05/init.c4
-rw-r--r--testsuites/sptests/sp05/task1.c4
-rw-r--r--testsuites/sptests/sp05/task2.c4
-rw-r--r--testsuites/sptests/sp05/task3.c4
4 files changed, 16 insertions, 0 deletions
diff --git a/testsuites/sptests/sp05/init.c b/testsuites/sptests/sp05/init.c
index 320a4f8be9..67929a88d9 100644
--- a/testsuites/sptests/sp05/init.c
+++ b/testsuites/sptests/sp05/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/sp05/task1.c b/testsuites/sptests/sp05/task1.c
index 328a2a3788..b316317f2c 100644
--- a/testsuites/sptests/sp05/task1.c
+++ b/testsuites/sptests/sp05/task1.c
@@ -20,6 +20,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
rtems_task Task_1(
diff --git a/testsuites/sptests/sp05/task2.c b/testsuites/sptests/sp05/task2.c
index aa1fa6af74..e2047d07ff 100644
--- a/testsuites/sptests/sp05/task2.c
+++ b/testsuites/sptests/sp05/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/sp05/task3.c b/testsuites/sptests/sp05/task3.c
index e6b1941b4f..ddb1810fda 100644
--- a/testsuites/sptests/sp05/task3.c
+++ b/testsuites/sptests/sp05/task3.c
@@ -18,6 +18,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
rtems_task Task_3(