ports/www/node21/files/patch-src_cares__wrap.h
Po-Chuan Hsieh 8ebc14c8ec
www/node21: Add node21 21.1.0
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
uses an event-driven, non-blocking I/O model that makes it lightweight and
efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open
source libraries in the world.
2023-11-01 09:56:55 +08:00

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 {