Skip to content

Commit 026ffdd

Browse files
Merge pull request #75794 from ian-twilightcoder/swiftremotemirror_buildfix
[cherry-pick release/6.0]Build fix for when the Darwin module is split up
2 parents 629aa83 + 5616476 commit 026ffdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/swift-inspect/Sources/swift-inspect/Operations/DumpConcurrency.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
import ArgumentParser
1616
import SwiftRemoteMirror
17+
#if canImport(string_h)
18+
import string_h
19+
#endif
1720

1821
struct DumpConcurrency: ParsableCommand {
1922
static let configuration = CommandConfiguration(

0 commit comments

Comments
 (0)