Skip to content

Commit 0f8af4c

Browse files
committed
Merge remote-tracking branch 'origin/swift-3.1-branch' into master-next
2 parents d658894 + 490b9fd commit 0f8af4c

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
@@ -219,6 +219,10 @@ module SwiftGlibc [system] {
219219
header "${GLIBC_INCLUDE_PATH}/netdb.h"
220220
export *
221221
}
222+
module ifaddrs {
223+
header "${GLIBC_INCLUDE_PATH}/ifaddrs.h"
224+
export *
225+
}
222226
module search {
223227
header "${GLIBC_INCLUDE_PATH}/search.h"
224228
export *

0 commit comments

Comments
 (0)