Skip to content

Commit 5c54037

Browse files
authored
Merge pull request #33985 from 3405691582/FixLibcModulemap
2 parents 992ffa6 + 5f1f37e commit 5c54037

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stdlib/public/Platform/libc-openbsd.modulemap.gyb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ module SwiftGlibc [system] {
6464
export *
6565
export stddef
6666
}
67+
module stdint {
68+
header "${GLIBC_INCLUDE_PATH}/stdint.h"
69+
export *
70+
}
6771
module string {
6872
header "${GLIBC_INCLUDE_PATH}/string.h"
6973
export *

0 commit comments

Comments
 (0)