summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm27/task1.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 10:00:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 10:00:39 +0000
commita4bc4d6e295f4e11ec26fe1071bdc115d187dba8 (patch)
treebb149a29949aedcbdd906f7ea102b8681e235a66 /testsuites/tmtests/tm27/task1.c
parent2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a4bc4d6e295f4e11ec26fe1071bdc115d187dba8.tar.bz2
Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites/tmtests/tm27/task1.c')
-rw-r--r--testsuites/tmtests/tm27/task1.c4
1 files changed, 4 insertions, 0 deletions
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"