aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-net_dns_dns__util.cc
blob: c3f42d76bee39ca92e2a2874da1b9d7f643db54f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/dns/dns_util.cc.orig	2021-04-14 01:08:52 UTC
+++ net/dns/dns_util.cc
@@ -28,6 +28,8 @@
 #include "net/third_party/uri_template/uri_template.h"
 #include "url/url_canon.h"
 
+#include <sys/socket.h>
+
 #if defined(OS_POSIX)
 #include <netinet/in.h>
 #if !defined(OS_NACL)