mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
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.
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 {
|