From c917fb80a0ed6ad4676d0f65b416b58ac93b3194 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Tue, 19 Apr 2016 12:06:15 -0500 Subject: api: make only the API visible Internal functions should not be part of symbols that are visible outside the library. Using -fvisibility=hidden hides all internal functions from the public ABI. Suggested-by: Ricardo Salveti Signed-off-by: Anders Roxell Signed-off-by: Bill Fischofer Reviewed-by: Petri Savolainen Signed-off-by: Maxim Uvarov --- include/odp/api/spec/traffic_mngr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/odp/api/spec/traffic_mngr.h') diff --git a/include/odp/api/spec/traffic_mngr.h b/include/odp/api/spec/traffic_mngr.h index ce124a83f..e4c15df39 100644 --- a/include/odp/api/spec/traffic_mngr.h +++ b/include/odp/api/spec/traffic_mngr.h @@ -6,6 +6,7 @@ #ifndef ODP_TRAFFIC_MNGR_H_ #define ODP_TRAFFIC_MNGR_H_ +#include #ifdef __cplusplus extern "C" { @@ -1371,4 +1372,5 @@ void odp_tm_stats_print(odp_tm_t odp_tm); } #endif +#include #endif -- cgit v1.2.3