mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
- This was tested only with OpenSSL 3 from base but not with openssl30 or openssl31 ports - Refresh patches PR: 271868 Reported by: emaste Approved by: portmgr (blanket)
11 lines
234 B
C++
11 lines
234 B
C++
--- src/cares_wrap.h.orig 2023-05-16 06:58:21 UTC
|
|
+++ src/cares_wrap.h
|
|
@@ -23,7 +23,7 @@
|
|
# include <netdb.h>
|
|
#endif // __POSIX__
|
|
|
|
-# include <ares_nameser.h>
|
|
+# include <arpa/nameser.h>
|
|
|
|
namespace node {
|
|
namespace cares_wrap {
|