!724 fix: los_stat_pri.h中缺少依赖的头文件
Merge pull request !724 from zhushengle/sched
This commit is contained in:
commit
c8c07261ca
|
@ -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" {
|
||||||
|
|
Loading…
Reference in New Issue