From 877f35022f8201f2782f84ef427c97588645922e Mon Sep 17 00:00:00 2001 From: wangkun Date: Thu, 6 Jul 2023 17:11:16 +0800 Subject: [PATCH] fix compile tee_upgrade issue --- teek_client_api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/teek_client_api.h b/teek_client_api.h index 355b7ab..cfa7131 100644 --- a/teek_client_api.h +++ b/teek_client_api.h @@ -19,6 +19,7 @@ #ifndef TEEK_CLIENT_API_H #define TEEK_CLIENT_API_H #include "teek_client_type.h" +#include "teek_ns_client.h" #define TEEC_PARAM_TYPES(param0_type, param1_type, param2_type, param3_type) \ ((param3_type) << 12 | (param2_type) << 8 | \ -- Gitee