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:
zhushengle 2021-12-01 09:24:52 +08:00
parent b3489d49d7
commit 2cd03c55b7
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
#ifndef __LOS_STAT_PRI_H
#define __LOS_STAT_PRI_H
#include "los_typedef.h"
#ifdef __cplusplus
#if __cplusplus
extern "C" {