summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp17
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp17')
-rw-r--r--testsuites/sptests/sp17/asr.c4
-rw-r--r--testsuites/sptests/sp17/init.c4
-rw-r--r--testsuites/sptests/sp17/task1.c4
-rw-r--r--testsuites/sptests/sp17/task2.c4
4 files changed, 16 insertions, 0 deletions
diff --git a/testsuites/sptests/sp17/asr.c b/testsuites/sptests/sp17/asr.c
index a4c2c39fdb..c236fafea9 100644
--- a/testsuites/sptests/sp17/asr.c
+++ b/testsuites/sptests/sp17/asr.c
@@ -18,6 +18,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
rtems_asr Process_asr(
diff --git a/testsuites/sptests/sp17/init.c b/testsuites/sptests/sp17/init.c
index e2353d581f..628aca6356 100644
--- a/testsuites/sptests/sp17/init.c
+++ b/testsuites/sptests/sp17/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/sp17/task1.c b/testsuites/sptests/sp17/task1.c
index 4726995cd5..b660911b96 100644
--- a/testsuites/sptests/sp17/task1.c
+++ b/testsuites/sptests/sp17/task1.c
@@ -21,6 +21,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
rtems_task Task_1(
diff --git a/testsuites/sptests/sp17/task2.c b/testsuites/sptests/sp17/task2.c
index 0bdaca1b64..41a251f20c 100644
--- a/testsuites/sptests/sp17/task2.c
+++ b/testsuites/sptests/sp17/task2.c
@@ -21,6 +21,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
rtems_task Task_2(