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__*/