Skip to content

Commit 43032e8

Browse files
authored
Merge pull request #58710 from apple/egorzhdan/glibc-assert
[Glibc] Add missing C stdlib header
2 parents f38f3ff + c314ae0 commit 43032e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stdlib/public/Platform/glibc.modulemap.gyb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ module SwiftGlibc [system] {
4242
% end
4343

4444
header "SwiftGlibc.h"
45+
46+
// <assert.h>'s use of NDEBUG requires textual inclusion.
47+
textual header "assert.h"
48+
4549
export *
4650
}
4751

0 commit comments

Comments
 (0)