summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp26
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp26')
-rw-r--r--testsuites/sptests/sp26/init.c4
-rw-r--r--testsuites/sptests/sp26/task1.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/sptests/sp26/init.c b/testsuites/sptests/sp26/init.c
index b58fe94f5c..eca463165a 100644
--- a/testsuites/sptests/sp26/init.c
+++ b/testsuites/sptests/sp26/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/sp26/task1.c b/testsuites/sptests/sp26/task1.c
index 9349d28d0a..43636d3515 100644
--- a/testsuites/sptests/sp26/task1.c
+++ b/testsuites/sptests/sp26/task1.c
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <rtems.h>
#include <rtems/error.h>