[mpp_time]: fix header macro

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@102 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2015-08-13 09:46:20 +00:00
parent 63880b5333
commit f9c315f127

View File

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