openbsd-ports/www/chromium/patches/patch-net_base_net_util_cc
robert 089acff6fe update to the latest stable version which is now 11.0.696.60
+ switch from using system sqlite to the bundled one because they have
  many modifications that are needed
+ add a new mirror for the distfile because the google one is utterly slow
2011-04-29 13:18:01 +00:00

12 lines
340 B
Plaintext

$OpenBSD: patch-net_base_net_util_cc,v 1.3 2011/04/29 13:18:01 robert Exp $
--- net/base/net_util.cc.orig Thu Apr 28 11:50:08 2011
+++ net/base/net_util.cc Thu Apr 28 11:50:25 2011
@@ -24,6 +24,7 @@
#include <fcntl.h>
#include <ifaddrs.h>
#include <netdb.h>
+#include <sys/socket.h>
#include <net/if.h>
#include <netinet/in.h>
#endif