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

Unified Diff: net/base/net_util.cc

Issue 2069009: chunk of straightforward ifdef/include changes for BSD port... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 7 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
Index: net/base/net_util.cc
===================================================================
--- net/base/net_util.cc (revision 47443)
+++ net/base/net_util.cc (working copy)
@@ -24,8 +24,9 @@
#include <fcntl.h>
#include <ifaddrs.h>
#include <netdb.h>
+#include <sys/socket.h>
#include <net/if.h>
-#include <sys/socket.h>
+#include <netinet/in.h>
Evan Martin 2010/05/19 11:50:11 Is this ordering required? We typically alphabeti
#endif
#include "base/base64.h"

Powered by Google App Engine
This is Rietveld 408576698