Chromium Code Reviews| Index: runtime/bin/socket_win.h |
| diff --git a/runtime/bin/socket_win.h b/runtime/bin/socket_win.h |
| index 67c9e7c7db313c30a1db82049f1d109f9488cde4..21757994c7a38647629da44a363700a646483a72 100644 |
| --- a/runtime/bin/socket_win.h |
| +++ b/runtime/bin/socket_win.h |
| @@ -6,7 +6,10 @@ |
| #define BIN_SOCKET_WIN_H_ |
| #include <winsock2.h> |
| +#include <iphlpapi.h> |
| #include <ws2tcpip.h> |
| #include <mswsock.h> |
| +#pragma comment(lib, "IPHLPAPI.lib") |
|
Søren Gjesse
2013/06/20 18:22:05
The linking with iphlpapi.lib should be in the bin
Anders Johnsen
2013/06/21 07:58:35
Done.
|
| + |
| #endif // BIN_SOCKET_WIN_H_ |