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 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/samples/ticker/init.c') 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" -- cgit v1.2.3