mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
12 lines
234 B
C++
12 lines
234 B
C++
--- src/cares_wrap.h.orig 2023-04-12 04:09:19 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 {
|