mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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://127076885