From 30d8a47fca779611c153cec6537a3585d61fc696 Mon Sep 17 00:00:00 2001 From: Petri Savolainen Date: Tue, 22 Mar 2022 10:50:53 +0200 Subject: helper: add missing odp_api.h includes Added three missing ODP API header includes and removed one include that was not needed. Signed-off-by: Petri Savolainen Reviewed-by: Matias Elo --- helper/include/odp/helper/cli.h | 2 -- helper/include/odp/helper/linux/process.h | 1 + helper/include/odp/helper/linux/pthread.h | 1 + helper/include/odp/helper/threads.h | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) (limited to 'helper') diff --git a/helper/include/odp/helper/cli.h b/helper/include/odp/helper/cli.h index b2f88d7bc..e9351147f 100644 --- a/helper/include/odp/helper/cli.h +++ b/helper/include/odp/helper/cli.h @@ -21,8 +21,6 @@ extern "C" { #endif -#include -#include #include #include diff --git a/helper/include/odp/helper/linux/process.h b/helper/include/odp/helper/linux/process.h index 679c6c907..620db7405 100644 --- a/helper/include/odp/helper/linux/process.h +++ b/helper/include/odp/helper/linux/process.h @@ -18,6 +18,7 @@ #define ODPH_LINUX_PROCESS_H_ #include +#include #ifdef __cplusplus extern "C" { diff --git a/helper/include/odp/helper/linux/pthread.h b/helper/include/odp/helper/linux/pthread.h index 33109ec65..298536893 100644 --- a/helper/include/odp/helper/linux/pthread.h +++ b/helper/include/odp/helper/linux/pthread.h @@ -18,6 +18,7 @@ #define ODPH_LINUX_PTHREAD_H_ #include +#include #ifdef __cplusplus extern "C" { diff --git a/helper/include/odp/helper/threads.h b/helper/include/odp/helper/threads.h index cfde92830..53ce8cd07 100644 --- a/helper/include/odp/helper/threads.h +++ b/helper/include/odp/helper/threads.h @@ -24,6 +24,7 @@ extern "C" { #endif #include +#include #include #include -- cgit v1.2.3