ports/devel/electron13/files/patch-net_dns_dns__util.cc

11 lines
279 B
C++

--- 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)