From e3135514a833b0b2ca5798491f521be3f0e61daa Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 22 Feb 2011 10:58:44 +0000 Subject: Add HAVE_CONFIG_H. --- testsuites/samples/ticker/tasks.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/samples/ticker/tasks.c') diff --git a/testsuites/samples/ticker/tasks.c b/testsuites/samples/ticker/tasks.c index 2d6c2e0f8e..a1f6d34584 100644 --- a/testsuites/samples/ticker/tasks.c +++ b/testsuites/samples/ticker/tasks.c @@ -17,6 +17,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" rtems_task Test_task( -- cgit v1.2.3