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/init.c | 4 ++++ testsuites/samples/ticker/tasks.c | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'testsuites/samples/ticker') diff --git a/testsuites/samples/ticker/init.c b/testsuites/samples/ticker/init.c index 1715adefc0..55f5e2ea13 100644 --- a/testsuites/samples/ticker/init.c +++ b/testsuites/samples/ticker/init.c @@ -20,6 +20,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define CONFIGURE_INIT #include "system.h" 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