[osal]: fix macro in os_mem.h

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@129 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2015-08-19 08:27:11 +00:00
parent 175afe8fbc
commit 0de1933334

View File

@@ -14,8 +14,8 @@
* limitations under the License.
*/
#ifndef __OS_MALLOC_H__
#define __OS_MALLOC_H__
#ifndef __OS_MEM_H__
#define __OS_MEM_H__
#ifdef __cplusplus
extern "C" {
@@ -29,6 +29,6 @@ void os_free(void *ptr);
}
#endif
#endif /*__OS_MALLOC_H__*/
#endif /*__OS_MEM_H__*/