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/mp09/init.c | 4 ++++ testsuites/mptests/mp09/recvmsg.c | 4 ++++ testsuites/mptests/mp09/sendmsg.c | 4 ++++ testsuites/mptests/mp09/task1.c | 4 ++++ 4 files changed, 16 insertions(+) (limited to 'testsuites/mptests/mp09') diff --git a/testsuites/mptests/mp09/init.c b/testsuites/mptests/mp09/init.c index 77d3c7f871..8e1b185e4a 100644 --- a/testsuites/mptests/mp09/init.c +++ b/testsuites/mptests/mp09/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/mp09/recvmsg.c b/testsuites/mptests/mp09/recvmsg.c index 72b4e84207..0a4292780a 100644 --- a/testsuites/mptests/mp09/recvmsg.c +++ b/testsuites/mptests/mp09/recvmsg.c @@ -17,6 +17,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" void Receive_messages() diff --git a/testsuites/mptests/mp09/sendmsg.c b/testsuites/mptests/mp09/sendmsg.c index 39e4025df3..dc8caa7609 100644 --- a/testsuites/mptests/mp09/sendmsg.c +++ b/testsuites/mptests/mp09/sendmsg.c @@ -17,6 +17,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" void Send_messages() diff --git a/testsuites/mptests/mp09/task1.c b/testsuites/mptests/mp09/task1.c index 7b20bfd75c..b00f04f67e 100644 --- a/testsuites/mptests/mp09/task1.c +++ b/testsuites/mptests/mp09/task1.c @@ -18,6 +18,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" char buffer1[16] = "123456789012345"; -- cgit v1.2.3