summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp05
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-09-29 15:57:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-09-29 15:57:14 +0000
commitff33d07619df0cf8a6334167eea027192871f3f8 (patch)
tree9fe7316ad692972c548368a9f6dd2d62e6b013e2 /testsuites/smptests/smp05
parent2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ff33d07619df0cf8a6334167eea027192871f3f8.tar.bz2
2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* smp05/init.c, smp06/init.c, smp07/init.c, smp09/init.c: Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites/smptests/smp05')
-rw-r--r--testsuites/smptests/smp05/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/smptests/smp05/init.c b/testsuites/smptests/smp05/init.c
index 901827e6bf..9cc6010198 100644
--- a/testsuites/smptests/smp05/init.c
+++ b/testsuites/smptests/smp05/init.c
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <tmacros.h>
#include "test_support.h"