summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp31
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp31')
-rw-r--r--testsuites/sptests/sp31/delay.c4
-rw-r--r--testsuites/sptests/sp31/init.c4
-rw-r--r--testsuites/sptests/sp31/prtime.c4
-rw-r--r--testsuites/sptests/sp31/task1.c4
4 files changed, 16 insertions, 0 deletions
diff --git a/testsuites/sptests/sp31/delay.c b/testsuites/sptests/sp31/delay.c
index 2cce662e47..db66d9075a 100644
--- a/testsuites/sptests/sp31/delay.c
+++ b/testsuites/sptests/sp31/delay.c
@@ -17,6 +17,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
rtems_timer_service_routine Delayed_resume(
diff --git a/testsuites/sptests/sp31/init.c b/testsuites/sptests/sp31/init.c
index 64d1b998c8..78391fb3a4 100644
--- a/testsuites/sptests/sp31/init.c
+++ b/testsuites/sptests/sp31/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/sp31/prtime.c b/testsuites/sptests/sp31/prtime.c
index d9f6a63220..8e5b808617 100644
--- a/testsuites/sptests/sp31/prtime.c
+++ b/testsuites/sptests/sp31/prtime.c
@@ -16,6 +16,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
void Print_time( void )
diff --git a/testsuites/sptests/sp31/task1.c b/testsuites/sptests/sp31/task1.c
index 29e9472004..f559395b62 100644
--- a/testsuites/sptests/sp31/task1.c
+++ b/testsuites/sptests/sp31/task1.c
@@ -20,6 +20,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
rtems_timer_service_routine Should_not_fire_TSR(