summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp19
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/sp19
parent2010-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7d3f9c646a0e33d77bf60b0335ba122e143622f1.tar.bz2
Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites/sptests/sp19')
-rw-r--r--testsuites/sptests/sp19/first.c4
-rw-r--r--testsuites/sptests/sp19/fptask.c4
-rw-r--r--testsuites/sptests/sp19/init.c4
-rw-r--r--testsuites/sptests/sp19/task1.c4
4 files changed, 16 insertions, 0 deletions
diff --git a/testsuites/sptests/sp19/first.c b/testsuites/sptests/sp19/first.c
index 991470a905..cbee33d91c 100644
--- a/testsuites/sptests/sp19/first.c
+++ b/testsuites/sptests/sp19/first.c
@@ -19,6 +19,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
#include "fptest.h"
#include "inttest.h"
diff --git a/testsuites/sptests/sp19/fptask.c b/testsuites/sptests/sp19/fptask.c
index d3fdbeb9a4..d3acfce0c5 100644
--- a/testsuites/sptests/sp19/fptask.c
+++ b/testsuites/sptests/sp19/fptask.c
@@ -19,6 +19,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
#include "fptest.h"
#include "inttest.h"
diff --git a/testsuites/sptests/sp19/init.c b/testsuites/sptests/sp19/init.c
index a82f807843..9fd23986c5 100644
--- a/testsuites/sptests/sp19/init.c
+++ b/testsuites/sptests/sp19/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/sp19/task1.c b/testsuites/sptests/sp19/task1.c
index 38cba0ad64..1d261f3f25 100644
--- a/testsuites/sptests/sp19/task1.c
+++ b/testsuites/sptests/sp19/task1.c
@@ -18,6 +18,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
#include "inttest.h"