summaryrefslogtreecommitdiff
path: root/testsuites/mptests/mp12
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/mp12
parentd4e62bb7dfcf2f4887850ab62c5bc1496cb5f50f (diff)
Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites/mptests/mp12')
-rw-r--r--testsuites/mptests/mp12/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/mptests/mp12/init.c b/testsuites/mptests/mp12/init.c
index 0bec91f467..e564e13ced 100644
--- a/testsuites/mptests/mp12/init.c
+++ b/testsuites/mptests/mp12/init.c
@@ -26,6 +26,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#define CONFIGURE_INIT
#include "system.h"