summaryrefslogtreecommitdiffstats
path: root/testsuites/support/src/tmtests_support.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 11:11:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 11:11:44 +0000
commitb1305bb945f52066a3fffa51c2d71f0d369107bc (patch)
tree452adb90820f3c271efc2be85c7a1ba1b7a220f4 /testsuites/support/src/tmtests_support.c
parent2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b1305bb945f52066a3fffa51c2d71f0d369107bc.tar.bz2
Add HAVE_CONFIG_H.
Diffstat (limited to '')
-rw-r--r--testsuites/support/src/tmtests_support.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/support/src/tmtests_support.c b/testsuites/support/src/tmtests_support.c
index d3d7544c9e..aa9da5a7cb 100644
--- a/testsuites/support/src/tmtests_support.c
+++ b/testsuites/support/src/tmtests_support.c
@@ -9,6 +9,12 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <rtems/btimer.h>
+
#include <bsp.h>
#include <rtems/timerdrv.h>
#include "test_support.h"