summaryrefslogtreecommitdiff
path: root/net/echoping/files/extra-patch-idn2-echoping.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/echoping/files/extra-patch-idn2-echoping.h')
-rw-r--r--net/echoping/files/extra-patch-idn2-echoping.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/echoping/files/extra-patch-idn2-echoping.h b/net/echoping/files/extra-patch-idn2-echoping.h
new file mode 100644
index 000000000000..d278434dc817
--- /dev/null
+++ b/net/echoping/files/extra-patch-idn2-echoping.h
@@ -0,0 +1,12 @@
+--- echoping.h.orig 2025-05-05 00:28:45.991560000 +0700
++++ echoping.h 2025-05-05 01:41:01.729365000 +0700
+@@ -52,8 +52,7 @@
+ #endif
+
+ #ifdef LIBIDN
+-#include <stringprep.h> /* stringprep_locale_to_utf8() */
+-#include <idna.h> /* idna_to_ascii_from_utf8() */
++#include <idn2.h> /* idna_to_ascii_from_utf8() */
+ #endif
+
+ #ifndef FALSE