From 629a73de5907ec2dba2fea1c3bb94ed9a94e125892e67e9f11da84651de863d8 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 20 Apr 2023 12:41:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs20?expand=0&rev=4 --- cares_public_headers.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cares_public_headers.patch diff --git a/cares_public_headers.patch b/cares_public_headers.patch new file mode 100644 index 0000000..6c9dbdc --- /dev/null +++ b/cares_public_headers.patch @@ -0,0 +1,13 @@ +Index: node-v14.17.5/src/cares_wrap.h +=================================================================== +--- node-v14.17.5.orig/src/cares_wrap.h ++++ node-v14.17.5/src/cares_wrap.h +@@ -22,7 +22,7 @@ + # include + #endif // __POSIX__ + +-# include ++#include + + namespace node { + namespace cares_wrap {