Skip to content

Commit d0ca623

Browse files
compnerdSteelskin
authored andcommitted
🍒 modulemap: Add missing dependency on vcruntime
`stdlib.h` includes `limits.h`, which is defined in the `vcruntime` module.
1 parent 5d24373 commit d0ca623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎stdlib/public/Platform/ucrt.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ module _malloc [system] [no_undeclared_includes] {
4040

4141
module _stdlib [system] [no_undeclared_includes] {
4242
use corecrt
43+
use vcruntime
4344
header "stdlib.h"
4445
export *
4546
}

0 commit comments

Comments
 (0)