From 2cd03c55b7a614c648adc965ebfe494d491fe20f Mon Sep 17 00:00:00 2001 From: zhushengle Date: Wed, 1 Dec 2021 09:24:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20los=5Fstat=5Fpri.h=E4=B8=AD=E7=BC=BA?= =?UTF-8?q?=E5=B0=91=E4=BE=9D=E8=B5=96=E7=9A=84=E5=A4=B4=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在los_stat_pri.h中添加los_typedef.h Close #I4KEZ1 Signed-off-by: zhushengle Change-Id: I19f8b79f9f559e1324432280f123a911bf8caf27 --- kernel/base/include/los_stat_pri.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/base/include/los_stat_pri.h b/kernel/base/include/los_stat_pri.h index 3ca4e9f2..8d81c417 100644 --- a/kernel/base/include/los_stat_pri.h +++ b/kernel/base/include/los_stat_pri.h @@ -32,6 +32,8 @@ #ifndef __LOS_STAT_PRI_H #define __LOS_STAT_PRI_H +#include "los_typedef.h" + #ifdef __cplusplus #if __cplusplus extern "C" {