aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_dns_dns__util.cc
blob: 2d25398c12d9612fb0c797857ff4c41c96b281a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/dns/dns_util.cc.orig	2021-04-14 18:41:07 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)