summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsize
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/spsize
parent2010-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7d3f9c646a0e33d77bf60b0335ba122e143622f1.tar.bz2
Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites/sptests/spsize')
-rw-r--r--testsuites/sptests/spsize/getint.c4
-rw-r--r--testsuites/sptests/spsize/init.c4
-rw-r--r--testsuites/sptests/spsize/size.c4
3 files changed, 12 insertions, 0 deletions
diff --git a/testsuites/sptests/spsize/getint.c b/testsuites/sptests/spsize/getint.c
index 0bf9215670..a95cc6ab5f 100644
--- a/testsuites/sptests/spsize/getint.c
+++ b/testsuites/sptests/spsize/getint.c
@@ -18,6 +18,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/testsuites/sptests/spsize/init.c b/testsuites/sptests/spsize/init.c
index d543f0fe92..864cfa1f13 100644
--- a/testsuites/sptests/spsize/init.c
+++ b/testsuites/sptests/spsize/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/spsize/size.c b/testsuites/sptests/spsize/size.c
index 6bbcea02f6..bd14268f7e 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -12,6 +12,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/system.h>
#include <rtems/config.h>
#include <rtems/score/apiext.h>