OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs12?expand=0&rev=134
14 lines
354 B
Diff
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
|