pkgsrc-wip/chromium/patches/patch-net_base_net__util.cc
Rui-Xiang Guo 0c5e12a38b Update chromium to 11.0.696.72. Many thanks to
Matthias Rampke <matthias@rampke.de> who helps to test and provide patches
for DragonFly BSD to make this pkg having full support on it.
2011-05-27 13:23:09 +00:00

12 lines
324 B
C++

$NetBSD: patch-net_base_net__util.cc,v 1.2 2011/05/27 13:23:09 rxg Exp $
--- net/base/net_util.cc.orig 2011-05-24 08:01:14.000000000 +0000
+++ net/base/net_util.cc
@@ -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