forked from Lainports/opnsense-ports
11 lines
308 B
C++
11 lines
308 B
C++
--- net/dns/dns_util.cc.orig 2022-04-21 18:48:31 UTC
|
|
+++ net/dns/dns_util.cc
|
|
@@ -28,6 +28,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>
|