Skip to content

Commit b9cf249

Browse files
authored
Merge pull request #33394 from compnerd/direct-call
Windows: include `direct.h` in `sys.stat` module
2 parents 6d8a50d + 7cee2bf commit b9cf249

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
@@ -95,6 +95,7 @@ module ucrt [system] {
9595

9696
module stat {
9797
header "sys/stat.h"
98+
header "direct.h"
9899
export *
99100
}
100101

0 commit comments

Comments
 (0)