Chromium Code Reviews| Index: runtime/bin/socket_macos.cc |
| diff --git a/runtime/bin/socket_macos.cc b/runtime/bin/socket_macos.cc |
| index 08e3f91c2cca4b84e029224b1880d2bd61ad487c..42f128c58d93e0c6c210b5561fcbbb49cd258e3b 100644 |
| --- a/runtime/bin/socket_macos.cc |
| +++ b/runtime/bin/socket_macos.cc |
| @@ -12,6 +12,7 @@ |
| #include <sys/stat.h> // NOLINT |
| #include <unistd.h> // NOLINT |
| #include <netinet/tcp.h> // NOLINT |
| +#include <ifaddrs.h> // NOLINT |
| #include "bin/fdutils.h" |
| #include "bin/file.h" |