Fix unknown type name 'bool' error.

Signed-off-by: zhenghongda <zhenghongda4@huawei.com>
This commit is contained in:
zhenghongda 2024-08-13 12:31:42 +00:00
parent 439d5bb6cc
commit 9bcc5d9ce1

View File

@ -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