!724 fix: los_stat_pri.h中缺少依赖的头文件

Merge pull request !724 from zhushengle/sched
This commit is contained in:
openharmony_ci 2021-12-01 07:48:13 +00:00 committed by Gitee
commit c8c07261ca
1 changed files with 2 additions and 0 deletions

View File

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