mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
11 lines
293 B
C
11 lines
293 B
C
--- utils/idna.c.orig 2020-05-24 20:55:29 UTC
|
|
+++ utils/idna.c
|
|
@@ -167,7 +167,7 @@ idna__ace_to_ucs4(const char *ace_label,
|
|
|
|
#ifdef WITH_UTF8PROC
|
|
|
|
-#include <libutf8proc/utf8proc.h>
|
|
+#include <utf8proc.h>
|
|
|
|
int32_t idna_contexto[] = {
|
|
/* CONTEXTO codepoints which have a rule defined */
|