From e8b6794c87fe093dfd72f9e4296d8ddddb0a39ae Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Tue, 11 Nov 2025 02:01:53 -0500 Subject: [PATCH] update: put stdlib.h in the common.h --- src/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common.h b/src/common.h index edb0964..1301b3c 100644 --- a/src/common.h +++ b/src/common.h @@ -1,4 +1,5 @@ #include +#include #include #include