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/tmtests/tm27/task1.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/tmtests/tm27/task1.c') diff --git a/testsuites/tmtests/tm27/task1.c b/testsuites/tmtests/tm27/task1.c index 150c4c5e08..0ec0bb1b24 100644 --- a/testsuites/tmtests/tm27/task1.c +++ b/testsuites/tmtests/tm27/task1.c @@ -15,6 +15,10 @@ * THIS TEST USES INTERNAL RTEMS VARIABLES!!! */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define CONFIGURE_INIT #include "system.h" -- cgit v1.2.3