Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2624)

Unified Diff: runtime/bin/socket_win.h

Issue 16514010: Add NetworkAdaptor to dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review update. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/socket_patch.dart ('k') | runtime/bin/socket_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/socket_win.h
diff --git a/runtime/bin/socket_win.h b/runtime/bin/socket_win.h
index 67c9e7c7db313c30a1db82049f1d109f9488cde4..76f33fd025dec7f33547e213bf76bc2121c46b44 100644
--- a/runtime/bin/socket_win.h
+++ b/runtime/bin/socket_win.h
@@ -6,6 +6,7 @@
#define BIN_SOCKET_WIN_H_
#include <winsock2.h>
+#include <iphlpapi.h>
#include <ws2tcpip.h>
#include <mswsock.h>
« no previous file with comments | « runtime/bin/socket_patch.dart ('k') | runtime/bin/socket_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698