summaryrefslogtreecommitdiff
path: root/www/chromium/patches/patch-net_dns_dns_util_cc
blob: 6a5941f9c3ba6277bebeec49693a189c31943ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: net/dns/dns_util.cc
--- net/dns/dns_util.cc.orig
+++ net/dns/dns_util.cc
@@ -27,6 +27,8 @@
 #include "net/third_party/uri_template/uri_template.h"
 #include "third_party/abseil-cpp/absl/types/optional.h"
 
+#include <sys/socket.h>
+
 #if BUILDFLAG(IS_POSIX)
 #include <netinet/in.h>
 #include <net/if.h>