summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp04
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 10:00:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 10:00:39 +0000
commita4bc4d6e295f4e11ec26fe1071bdc115d187dba8 (patch)
treebb149a29949aedcbdd906f7ea102b8681e235a66 /testsuites/mptests/mp04
parent2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a4bc4d6e295f4e11ec26fe1071bdc115d187dba8.tar.bz2
Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites/mptests/mp04')
-rw-r--r--testsuites/mptests/mp04/init.c4
-rw-r--r--testsuites/mptests/mp04/task1.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/mptests/mp04/init.c b/testsuites/mptests/mp04/init.c
index 25988edac5..1bdc51dc28 100644
--- a/testsuites/mptests/mp04/init.c
+++ b/testsuites/mptests/mp04/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/mptests/mp04/task1.c b/testsuites/mptests/mp04/task1.c
index f386d66db5..169d8dac8f 100644
--- a/testsuites/mptests/mp04/task1.c
+++ b/testsuites/mptests/mp04/task1.c
@@ -17,6 +17,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
#include "tmacros.h"