From a4bc4d6e295f4e11ec26fe1071bdc115d187dba8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 22 Feb 2011 10:00:39 +0000 Subject: Add HAVE_CONFIG_H. --- testsuites/mptests/mp05/asr.c | 4 ++++ testsuites/mptests/mp05/init.c | 4 ++++ testsuites/mptests/mp05/task1.c | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'testsuites/mptests/mp05') diff --git a/testsuites/mptests/mp05/asr.c b/testsuites/mptests/mp05/asr.c index c6715e0e01..0f202ec04b 100644 --- a/testsuites/mptests/mp05/asr.c +++ b/testsuites/mptests/mp05/asr.c @@ -18,6 +18,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" #include "tmacros.h" diff --git a/testsuites/mptests/mp05/init.c b/testsuites/mptests/mp05/init.c index 4220956fc3..fe3d8de801 100644 --- a/testsuites/mptests/mp05/init.c +++ b/testsuites/mptests/mp05/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/mp05/task1.c b/testsuites/mptests/mp05/task1.c index 20fbdc0892..042c443768 100644 --- a/testsuites/mptests/mp05/task1.c +++ b/testsuites/mptests/mp05/task1.c @@ -21,6 +21,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" #define SIGNALS_PER_DOT 15 -- cgit v1.2.3