mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
11 lines
279 B
C++
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)
|