From cd46d6263073efb18c69a621d9cc6c50da76359d Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Sun, 22 Oct 2017 12:53:27 +0300 Subject: include: change spec guarding define from ODP_API to ODP_API_SPEC Change defines guarding inclusion of ODP API spec files from ODP_API_FOO to ODP_API_SPEC_FOO, as they are placed in odp/api/spec/foo.h path. Signed-off-by: Dmitry Eremin-Solenikov Reviewed-by: Bill Fischofer Signed-off-by: Maxim Uvarov --- include/odp/api/spec/time.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/odp/api/spec/time.h') diff --git a/include/odp/api/spec/time.h b/include/odp/api/spec/time.h index 50082f53a..2bdb31fa6 100644 --- a/include/odp/api/spec/time.h +++ b/include/odp/api/spec/time.h @@ -11,8 +11,8 @@ * ODP time */ -#ifndef ODP_API_TIME_H_ -#define ODP_API_TIME_H_ +#ifndef ODP_API_SPEC_TIME_H_ +#define ODP_API_SPEC_TIME_H_ #include #ifdef __cplusplus -- cgit v1.2.3