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

Unified Diff: net/base/net_util.h

Issue 8336024: OpenBSD patches for net, split from CR #8275005 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix comment Created 9 years, 2 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 | « net/base/listen_socket.cc ('k') | net/dns/dns_config_service_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_util.h
diff --git a/net/base/net_util.h b/net/base/net_util.h
index 2e7a8f0dc37bd7260be6c69b60d217e9189eb852..eb51f70da912f37f8ab752ccda43a3c817a7bc07 100644
--- a/net/base/net_util.h
+++ b/net/base/net_util.h
@@ -12,6 +12,7 @@
#include <windows.h>
#include <ws2tcpip.h>
#elif defined(OS_POSIX)
+#include <sys/types.h>
#include <sys/socket.h>
#endif
« no previous file with comments | « net/base/listen_socket.cc ('k') | net/dns/dns_config_service_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698