mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Sync the port to www/chromium and the shared *BSD patchset This port no longer uses Python 2.7
10 lines
266 B
C
10 lines
266 B
C
--- net/dns/public/resolv_reader.h.orig 2022-03-28 18:11:04 UTC
|
|
+++ net/dns/public/resolv_reader.h
|
|
@@ -5,6 +5,7 @@
|
|
#ifndef NET_DNS_PUBLIC_RESOLV_READER_H_
|
|
#define NET_DNS_PUBLIC_RESOLV_READER_H_
|
|
|
|
+#include <netinet/in.h>
|
|
#include <resolv.h>
|
|
|
|
#include <memory>
|