summaryrefslogtreecommitdiff
path: root/rtems-test-template
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
parentbdef08a3dfbfd8d4a3b4bdc21709127819441d38 (diff)
2011-06-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmtest_blocking/init.c: Add tmacros.h
Diffstat (limited to 'rtems-test-template')
-rw-r--r--rtems-test-template/ChangeLog4
-rw-r--r--rtems-test-template/psxtmtest_blocking/init.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/rtems-test-template/ChangeLog b/rtems-test-template/ChangeLog
index ec5c19d..bc2716e 100644
--- a/rtems-test-template/ChangeLog
+++ b/rtems-test-template/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-30 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * psxtmtest_blocking/init.c: Add tmacros.h
+
2011-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtest/TEST.doc, psxtest/init.c, psxtest_with_thread/TEST.doc,
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"