Commit 5616476
committed
[cherry-pick release/6.0]Build fix for when the Darwin module is split up
After the C standard library headers are split out of Darwin, DumpConcurrency.swift no longer sees string.h. Explicitly import <string.h>'s new module when it's available.
rdar://1270768851 parent c7da857 commit 5616476
File tree
1 file changed
+3
-0
lines changed- tools/swift-inspect/Sources/swift-inspect/Operations
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments