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/mp03/delay.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/mptests/mp03/delay.c') diff --git a/testsuites/mptests/mp03/delay.c b/testsuites/mptests/mp03/delay.c index 8829faa7af..2484a4888a 100644 --- a/testsuites/mptests/mp03/delay.c +++ b/testsuites/mptests/mp03/delay.c @@ -16,6 +16,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" rtems_timer_service_routine Delayed_send_event( -- cgit v1.2.3