summaryrefslogtreecommitdiff
path: root/rtems-test-template/psxtmtest_blocking
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-30 22:26:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-30 22:26:16 +0000
commite7638a555c97d3304ab3f9d2c2aa49017ebcf4fb (patch)
tree0b86a02a41ea2e3a6ac108b3b5379aeee91afcfc /rtems-test-template/psxtmtest_blocking
parentbdef08a3dfbfd8d4a3b4bdc21709127819441d38 (diff)
2011-06-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmtest_blocking/init.c: Add tmacros.h
Diffstat (limited to 'rtems-test-template/psxtmtest_blocking')
-rw-r--r--rtems-test-template/psxtmtest_blocking/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtems-test-template/psxtmtest_blocking/init.c b/rtems-test-template/psxtmtest_blocking/init.c
index 6f6d83c..e1d1310 100644
--- a/rtems-test-template/psxtmtest_blocking/init.c
+++ b/rtems-test-template/psxtmtest_blocking/init.c
@@ -14,6 +14,7 @@
#endif
#include <timesys.h>
+#include <tmacros.h>
#include <rtems/timerdrv.h>
#include "test_support.h"