Index: components/wifi/BUILD.gn |
diff --git a/components/wifi/BUILD.gn b/components/wifi/BUILD.gn |
index 45e8c6942cbb528e053aa9cb16338c9abc74aa9e..7cd3146940113585b8f6e6b5aa40de2f44b8169f 100644 |
--- a/components/wifi/BUILD.gn |
+++ b/components/wifi/BUILD.gn |
@@ -29,6 +29,7 @@ component("wifi") { |
if (is_mac) { |
libs = [ |
"CoreWLAN.framework", |
+ "Foundation.framework", |
"SystemConfiguration.framework", |
] |
} |