From 44db556ff53ec141436c6b33d6e076bf5ce0367e Mon Sep 17 00:00:00 2001 From: maxiao Date: Mon, 10 Jun 2024 16:43:43 +0800 Subject: [PATCH] Revert "Solve the macos compilation issue (#1077)" This reverts commit bcda6de2df97ac7989bbbe0e0cbb49f2b18eb3ec. --- portable/ThirdParty/GCC/Posix/port.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/portable/ThirdParty/GCC/Posix/port.c b/portable/ThirdParty/GCC/Posix/port.c index 919888080..6a7837d79 100644 --- a/portable/ThirdParty/GCC/Posix/port.c +++ b/portable/ThirdParty/GCC/Posix/port.c @@ -61,9 +61,7 @@ #include #include #include -#ifndef __APPLE__ - #include -#endif +#include #include #include