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