From c66d0f737a02bd6bcc902c341f1b461d79e5ccbe Mon Sep 17 00:00:00 2001 From: "nanxiangzi.imwork" <1539321817@qq.com> Date: Thu, 21 Mar 2024 06:26:10 +0000 Subject: [PATCH] update list.h. Signed-off-by: nanxiangzi.imwork <1539321817@qq.com> --- list.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/list.h b/list.h index 5753fa1..20b53fe 100644 --- a/list.h +++ b/list.h @@ -1,7 +1,7 @@ /* * list.h * - * Created on: 2023Äê3ÔÂ24ÈÕ + * Created on: 2023324 * Author: hello */ @@ -10,6 +10,7 @@ #include +#include typedef struct list { -- Gitee