Files
nodejs12/cares_public_headers.patch

14 lines
354 B
Diff

Index: node-v12.22.5/src/cares_wrap.cc
===================================================================
--- node-v12.22.5.orig/src/cares_wrap.cc
+++ node-v12.22.5/src/cares_wrap.cc
@@ -39,7 +39,7 @@
# include <netdb.h>
#endif // __POSIX__
-# include <ares_nameser.h>
+#include <arpa/nameser.h>
// OpenBSD does not define these
#ifndef AI_ALL