aboutsummaryrefslogtreecommitdiff
path: root/test/performance
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-01-08 09:11:28 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-01-29 20:42:37 +0300
commitd4fa3158948e6c9b3e77ca92f34ef1f49865add9 (patch)
tree5e84bc392c7d211f2307ce8946233cf121f74d4b /test/performance
parent896ad66d38abba4508d82776c91e41137c075067 (diff)
helper: move headers into namespace the odp/helper
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Balasubramanian Manoharan <bala.manoharan@linaro.org> Reviewed-by: Taras Kondratiuk <taras.kondratiuk@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test/performance')
-rw-r--r--test/performance/odp_scheduling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/odp_scheduling.c b/test/performance/odp_scheduling.c
index 32155bd25..3d7167f47 100644
--- a/test/performance/odp_scheduling.c
+++ b/test/performance/odp_scheduling.c
@@ -19,7 +19,7 @@
#include <odp.h>
/* ODP helper for Linux apps */
-#include <odph_linux.h>
+#include <odp/helper/linux.h>
/* Needs librt*/
#include <time.h>