ports/www/iridium/files/patch-net_dns_public_resolv__reader.h
Robert Nagy 06a832ee8d www/iridium: resurrect, update to 2022.03.99.1
Sync the port to www/chromium and the shared *BSD patchset

This port no longer uses Python 2.7
2022-03-30 17:20:38 +02:00

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>