summaryrefslogtreecommitdiffstats
path: root/rfc822/rfc2047u.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfc822/rfc2047u.c')
-rw-r--r--rfc822/rfc2047u.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rfc822/rfc2047u.c b/rfc822/rfc2047u.c
index 5a3bb85..0e40972 100644
--- a/rfc822/rfc2047u.c
+++ b/rfc822/rfc2047u.c
@@ -322,7 +322,9 @@ int rfc822_display_addr_str(const char *tok,
if (chset != NULL)
{
+#if LIBIDN
int err=0;
+#endif
char *utf8_ptr;
if (p > tok)