Skip to content

Commit 90aee84

Browse files
committed
[SDK:CRT] Reenable malloc.h inclusion in xmmintrin.h (reactos#6464)
Addendum to commit 318d696
1 parent ab7fbd0 commit 90aee84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/include/crt/xmmintrin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#endif
3030

3131
#if !defined _VCRT_BUILD && !defined _INC_MALLOC
32-
//#include <malloc.h> // FIXME: This breaks build
32+
#include <malloc.h> // For _mm_malloc() and _mm_free()
3333
#endif
3434

3535
#ifdef __cplusplus

0 commit comments

Comments
 (0)