Skip to content

Commit 1d48548

Browse files
Merge pull request swiftlang#75762 from ian-twilightcoder/swiftremotemirror_buildfix
Build fix for when the Darwin module is split up
2 parents a8388da + 578336c commit 1d48548

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)