mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
11 lines
285 B
C++
11 lines
285 B
C++
--- net/dns/dns_util.cc.orig 2023-02-08 09:03:45 UTC
|
|
+++ net/dns/dns_util.cc
|
|
@@ -29,6 +29,8 @@
|
|
#include "net/dns/public/util.h"
|
|
#include "net/third_party/uri_template/uri_template.h"
|
|
|
|
+#include <sys/socket.h>
|
|
+
|
|
#if BUILDFLAG(IS_POSIX)
|
|
#include <net/if.h>
|
|
#include <netinet/in.h>
|