From f9c315f1277c16b17164cc29629cc9e9305856c8 Mon Sep 17 00:00:00 2001 From: ChenHengming Date: Thu, 13 Aug 2015 09:46:20 +0000 Subject: [PATCH] [mpp_time]: fix header macro git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@102 6e48237b-75ef-9749-8fc9-41990f28c85a --- osal/inc/mpp_time.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osal/inc/mpp_time.h b/osal/inc/mpp_time.h index ebfb0da6..8eae3c9c 100644 --- a/osal/inc/mpp_time.h +++ b/osal/inc/mpp_time.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef __MPP_COMMON_H__ -#define __MPP_COMMON_H__ +#ifndef __MPP_TIME_H__ +#define __MPP_TIME_H__ #include "rk_type.h" @@ -40,5 +40,5 @@ RK_S64 mpp_time(); } #endif -#endif /*__MPP_COMMON_H__*/ +#endif /*__MPP_TIME_H__*/