cdf0761342
Copy from server:mail/alpine based on submit request 24003 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/24003 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alpine?expand=0&rev=14
13 lines
365 B
Diff
13 lines
365 B
Diff
Index: alpine-2.00/pith/charconv/utf8.c
|
|
===================================================================
|
|
--- alpine-2.00.orig/pith/charconv/utf8.c
|
|
+++ alpine-2.00/pith/charconv/utf8.c
|
|
@@ -38,6 +38,7 @@ static char rcsid[] = "$Id: utf8.c 1019
|
|
#include "utf8.h"
|
|
|
|
#include <stdarg.h>
|
|
+#include <wchar.h>
|
|
|
|
|
|
unsigned single_width_chars_a_to_b(UCS *, int, int);
|