aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-net_base_network__interfaces__posix.h
blob: cb3379e3ba8dfb4b9a2adbe786f74f3c16b158a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/base/network_interfaces_posix.h.orig	2022-02-07 13:39:41 UTC
+++ 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;