https://git.reactos.org/?p=reactos.git;a=commitdiff;h=90aee8453f2aec3920eec…
commit 90aee8453f2aec3920eecfada9265ef6624d2605
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Thu Feb 8 17:42:33 2024 +0100
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Thu Oct 24 12:06:38 2024 +0200
[SDK:CRT] Reenable malloc.h inclusion in xmmintrin.h (#6464)
Addendum to commit 318d696f0
---
sdk/include/crt/xmmintrin.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/include/crt/xmmintrin.h b/sdk/include/crt/xmmintrin.h
index a539f09be3b..224cbc25f1b 100644
--- a/sdk/include/crt/xmmintrin.h
+++ b/sdk/include/crt/xmmintrin.h
@@ -29,7 +29,7 @@
#endif
#if !defined _VCRT_BUILD && !defined _INC_MALLOC
-//#include <malloc.h> // FIXME: This breaks build
+#include <malloc.h> // For _mm_malloc() and _mm_free()
#endif
#ifdef __cplusplus