Skip to content

Commit 5f1f37e

Browse files
committed
[stdlib] Fix the OpenBSD modulemap.
stdint.h is missing; this repairs a number of unit tests.
1 parent 566a671 commit 5f1f37e

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)