pkgsrc-wip/chromium/patches/patch-net_base_network__int...

14 lines
348 B
C++

$NetBSD$
--- net/base/network_interfaces_posix.h.orig 2020-07-15 18:56:00.000000000 +0000
+++ net/base/network_interfaces_posix.h
@@ -8,6 +8,8 @@
// This file provides some basic functionality shared between
// network_interfaces_linux.cc and network_interfaces_getifaddrs.cc.
+#include <sys/socket.h>
+
#include <string>
struct sockaddr;