aboutsummaryrefslogtreecommitdiff
path: root/test/common_plat/miscellaneous/odp_api_from_cpp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/common_plat/miscellaneous/odp_api_from_cpp.cpp')
-rw-r--r--test/common_plat/miscellaneous/odp_api_from_cpp.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/common_plat/miscellaneous/odp_api_from_cpp.cpp b/test/common_plat/miscellaneous/odp_api_from_cpp.cpp
index 2b3078642..4578ae4be 100644
--- a/test/common_plat/miscellaneous/odp_api_from_cpp.cpp
+++ b/test/common_plat/miscellaneous/odp_api_from_cpp.cpp
@@ -1,10 +1,9 @@
#include <cstdio>
#include <odp_api.h>
-#include <odp/helper/threads.h>
+#include <odp/helper/odph_api.h>
int main(int argc ODP_UNUSED, const char *argv[] ODP_UNUSED)
{
-
printf("\tODP API version: %s\n", odp_version_api_str());
printf("\tODP implementation version: %s\n", odp_version_impl_str());