fix: los_stat_pri.h中缺少依赖的头文件
在los_stat_pri.h中添加los_typedef.h Close #I4KEZ1 Signed-off-by: zhushengle <zhushengle@huawei.com> Change-Id: I19f8b79f9f559e1324432280f123a911bf8caf27
This commit is contained in:
parent
b3489d49d7
commit
2cd03c55b7
|
@ -32,6 +32,8 @@
|
|||
#ifndef __LOS_STAT_PRI_H
|
||||
#define __LOS_STAT_PRI_H
|
||||
|
||||
#include "los_typedef.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue