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/mp14/evtask1.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/mptests/mp14/evtask1.c') diff --git a/testsuites/mptests/mp14/evtask1.c b/testsuites/mptests/mp14/evtask1.c index 8f3082bc3d..1512c85785 100644 --- a/testsuites/mptests/mp14/evtask1.c +++ b/testsuites/mptests/mp14/evtask1.c @@ -19,6 +19,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" extern rtems_multiprocessing_table Multiprocessing_configuration; -- cgit v1.2.3