mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-27 00:41:01 +00:00
Fix unknown type name 'bool' error.
Signed-off-by: zhenghongda <zhenghongda4@huawei.com>
This commit is contained in:
parent
439d5bb6cc
commit
9bcc5d9ce1
@ -38,6 +38,7 @@
|
||||
#define OHOS_DRM_NATIVE_MEDIA_KEY_SESSION_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include "native_drm_err.h"
|
||||
#include "native_drm_common.h"
|
||||
@ -300,4 +301,4 @@ Drm_ErrCode OH_MediaKeySession_Destroy(MediaKeySession *mediaKeySessoin);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // OHOS_DRM_NATIVE_MEDIA_KEY_SYSTEM_H
|
||||
#endif // OHOS_DRM_NATIVE_MEDIA_KEY_SYSTEM_H
|
||||
|
Loading…
Reference in New Issue
Block a user