mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
12 lines
234 B
C++
12 lines
234 B
C++
--- src/cares_wrap.h.orig 2021-08-18 22:13:12 UTC
|
|
+++ src/cares_wrap.h
|
|
@@ -22,7 +22,7 @@
|
|
# include <netdb.h>
|
|
#endif // __POSIX__
|
|
|
|
-# include <ares_nameser.h>
|
|
+# include <arpa/nameser.h>
|
|
|
|
namespace node {
|
|
namespace cares_wrap {
|