summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAravind Batni2014-07-30 16:24:51 -0500
committerAravind Batni2014-07-30 16:24:51 -0500
commit73ca8b2cb9c1797c39bb275db01a0d40446bf8e8 (patch)
tree49bba9527427468480a1923939fe97765b44dbcd
parentb475da7ae0bf231053e5b2c040fdc8e3b6361e25 (diff)
downloadtraceframework-73ca8b2cb9c1797c39bb275db01a0d40446bf8e8.tar.gz
traceframework-73ca8b2cb9c1797c39bb275db01a0d40446bf8e8.tar.xz
traceframework-73ca8b2cb9c1797c39bb275db01a0d40446bf8e8.zip
fixed case for linux buildsDEV.TFWK-01.01.01.04A
-rw-r--r--test/TFUnitTest/src/tfutest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TFUnitTest/src/tfutest.h b/test/TFUnitTest/src/tfutest.h
index 512783e..1c5dc13 100644
--- a/test/TFUnitTest/src/tfutest.h
+++ b/test/TFUnitTest/src/tfutest.h
@@ -42,7 +42,7 @@
42#include <xdc/runtime/Error.h> 42#include <xdc/runtime/Error.h>
43#include <ti/sysbios/BIOS.h> 43#include <ti/sysbios/BIOS.h>
44 44
45#include <ti/sysbios/knl/task.h> 45#include <ti/sysbios/knl/Task.h>
46#include <ti/sysbios/knl/Clock.h> 46#include <ti/sysbios/knl/Clock.h>
47#include <xdc/runtime/IHeap.h> 47#include <xdc/runtime/IHeap.h>
48#include <xdc/cfg/global.h> 48#include <xdc/cfg/global.h>